vexflow icon indicating copy to clipboard operation
vexflow copied to clipboard

Factory initialization directly with Renderer

Open MGreek opened this issue 1 year ago • 2 comments

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

This fixes #580.

MGreek avatar Apr 02 '24 17:04 MGreek

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!

ronyeh avatar Apr 26 '24 21:04 ronyeh

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

ghost avatar Apr 27 '24 07:04 ghost