js-sequence-diagrams
js-sequence-diagrams copied to clipboard
trying to avoid jQuery
I'm trying the following, but sequenceDiagram is not found:
var options = {theme: 'hand'};
document.querySelectorAll(".sequence").forEach((x) => { x.sequenceDiagram(options) })