DDMAL / Neon

A web-based MEI neume editor.
https://ddmal.music.mcgill.ca/Neon
MIT License
25 stars 9 forks source link

Use `wasm` version of Verovio instead of customized toolkit for development #1221

Closed yinanazhou closed 5 months ago

yinanazhou commented 5 months ago

The advantage of wasm is that you can then use the official develop available here:

importScripts('https://www.verovio.org/javascript/develop/verovio-toolkit-wasm.js');

For two reasons:

  1. it is more modern
  2. the latest develop is always available with CI