kisonecat / tikzjax

TikZJax is TikZ running under WebAssembly in the browser
LaTeX Project Public License v1.3c
447 stars 39 forks source link

npmjs.com /tikzjax/src/ lacks tikzjax.js #31

Open LoganJFisher opened 1 month ago

LoganJFisher commented 1 month ago

I'm trying to integrate tikzjax into my userscript, LaTeX for Gmail, but I'm having difficulty with creating the @require statement for it. I have https://cdn.jsdelivr.net/npm/tikzjax@1.0.2/, but I'm not sure what to put after the last slash. Here on this repository, you have src/tikzjax.js, but the src folder present on npmjs.com has no tikzjax.js inside of it.

A bit of help would be much appreciated. Thank you.