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.
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.