Open zboboan opened 2 years ago
I don't know about VUE. About import, abc2svg conforms to nodeJS, but this will be removed sooner or later. Otherwise, as you should know, abc2svg now uses fossil and the repository has moved to chiselapp.
I don't know about VUE. About import, abc2svg conforms to nodeJS, but this will be removed sooner or later. Otherwise, as you should know, abc2svg now uses fossil and the repository has moved to chiselapp.
Our project is being developed with VUE, we hope to have a version that can be imported, as long as the function event attribute method is good, do not force UI, hope my opinion will be useful to you
Well. abc2svg is a set of scripts that converts the ABC (and some other) music notations to SVG and/or HTML audio5 and MIDI5. In other words, it permits users to put music in their web pages or to get music sheets. The core is a library, license LGPL, that takes the music source and outputs either a SVG stream for display/print and/or linked data structures for sound generation. The other scripts do batch conversion, web rendering or music edition. I don't see any interest for any javascript framework in this package.
Well. abc2svg is a set of scripts that converts the ABC (and some other) music notations to SVG and/or HTML audio5 and MIDI5. In other words, it permits users to put music in their web pages or to get music sheets. The core is a library, license LGPL, that takes the music source and outputs either a SVG stream for display/print and/or linked data structures for sound generation. The other scripts do batch conversion, web rendering or music edition. I don't see any interest for any javascript framework in this package.
I have an idea to rewrite abc2svg as a library that can be used by all frameworks by passing in a DOM node to generate the score
I hope there is a way to introduce import