-
I made a simple chord creator app that worked fine for a year at https://pianostringtheory.com/wp-content/tools/chord-progression-creator/v3/chordprogressioncreatorv3.html but recently stopped working. I've tried to debug, and it appears that the minified tonal.js doesn't work anymore. The example in the documentation returns an error as well: <script src="https://cdn.jsdelivr.net/npm/tonal/browser/tonal.min.js"></script> <script> console.log(Tonal.Key.minorKey("Ab")); </script> <title>test</title>Uncaught ReferenceError: Tonal is not defined Has anyone else experienced this and found a solution? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
I encountered the same error on my site : |
Beta Was this translation helpful? Give feedback.
-
I have found a old version of tonal.js in my archive. Link to download : |
Beta Was this translation helpful? Give feedback.
-
Dear all, |
Beta Was this translation helpful? Give feedback.
-
This was fixed a couple of days ago here: 0c66ef9 Sorry for the inconvenience 🙏 |
Beta Was this translation helpful? Give feedback.
This was fixed a couple of days ago here: 0c66ef9
Sorry for the inconvenience 🙏