jsdelivr or something.
But you shouldn't download the bundle, you should use npm, import only the specific modules you use then use vite or esbuild to transpile and bundle it locally.
Is there another source to download the bundle.js for nostr-tools?
Parent domain (unpkg.com) is down for the GitHub reference:
https://unpkg.com/nostr-tools/lib/nostr.bundle.js
#asknostr

jsdelivr or something.
But you shouldn't download the bundle, you should use npm, import only the specific modules you use then use vite or esbuild to transpile and bundle it locally.
That makes sense
The bundle seems to be 6000+ lines and there’s plenty that I won’t be using
Thanks! 🙏