Tone.js
Tone.js copied to clipboard
Please make a new release so that you can use tonejs in svelte without having to modify the package.json
If you use tonejs in svelte you get an error on build. This is because vite uses nodejs and tonejs hates nodejs.
I'm using Vite + Electron + Tone without any issue. The renderer builds correctly when importing Tone ESM bare module. Maybe it's something with the configuration of your project?
I'm using it just fine in svelte as well.
I haven't used it in months now so if it's fixed I'll close the issue