js-Z
js-Z copied to clipboard
NPM package
It's quite fun to play with! I was wondering if you ever thought about making it an NPM package? It's quite tightly integrated with the frontend currently and it makes it hard for automation tasks.
Hi, I've made some modifications, and separated the logic from the frontend, so you can now use lib.ts or dist/lib.js for automation tasks. I didn't make an NPM package though, since the entire thing is just one file (and has no dependencies), so you can just copy the file into your project.
Awesome! Thanks for the changes 🚀 I'll check it out right away