Open mikehaojiang opened 7 months ago
Yes. call something like abcjs.renderAbc(el, str, { add_classes: true }). All the elements can be targeted with CSS. For instance:
abcjs.renderAbc(el, str, { add_classes: true })
.abcjs-mm0,.abcjs-mm2, abcjs-mm4 { fill: red; }
Yes. call something like
abcjs.renderAbc(el, str, { add_classes: true })
. All the elements can be targeted with CSS. For instance: