bramp / js-sequence-diagrams

Draws simple SVG sequence diagrams from textual representation of the diagram
https://bramp.github.io/js-sequence-diagrams/
BSD 2-Clause "Simplified" License
7.8k stars 1.08k forks source link

trying to avoid jQuery #233

Open mimoo opened 3 years ago

mimoo commented 3 years ago

I'm trying the following, but sequenceDiagram is not found:

      var options = {theme: 'hand'};
      document.querySelectorAll(".sequence").forEach((x) => { x.sequenceDiagram(options) })