trying to avoid jQuery
Author: mimooCreated Jul 23, 2021Updated Jul 23, 2021
I'm trying the following, but sequenceDiagram is not found:
var options = {theme: 'hand'};
document.querySelectorAll(".sequence").forEach((x) => { x.sequenceDiagram(options) })Source: bramp/js-sequence-diagrams