0xfe / vexflow

A JavaScript library for rendering music notation and guitar tablature.
http://www.vexflow.com
Other
3.82k stars 657 forks source link

Factory initialization directly with Renderer #1615

Open MGreek opened 2 months ago

MGreek commented 2 months ago

I made some changes to Factory such that FactoryOptions can now accept an instance of Renderer.

This fixes #580.

ronyeh commented 1 month ago

Minor comment: Can you fix the typo in the second commit message?

allow initilalization => allow initialization

Do you have a small-ish example of using this new API? Either a JSFiddle or a snippet of code from a website you're building would help.

Thanks!

MGreek commented 1 month ago

Fixed the typo. I'll also try to do an example next.