moinejf / abc2svg

project moved to https://chiselapp.com/user/moinejf/repository/abc2svg
GNU Lesser General Public License v3.0
48 stars 6 forks source link

How to introduce VUE #124

Open zboboan opened 2 years ago

zboboan commented 2 years ago

I hope there is a way to introduce import

moinejf commented 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.

zboboan commented 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.

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

moinejf commented 2 years ago

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.

zboboan commented 2 years ago

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