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