benrbray / prosemirror-math

Schema and plugins for "first-class" math support in ProseMirror!
https://benrbray.com/prosemirror-math/
MIT License
249 stars 35 forks source link

feat/npm #9

Closed rowanc1 closed 3 years ago

rowanc1 commented 3 years ago

See #8

This is a draft of some of the changes. I also have recently been testing and setting up github demos and testing through actions. I can pull that together if you want.

I don't think we really need to move away from parcel? This will be used inside of other systems so a tsc should be good enough!?

benrbray commented 3 years ago

Thanks for the draft PR! It was a useful reference while preparing the npm release. You can now npm install benrbray@prosemirror-math. I also exported createMathView. Let me know if there are any other changes I can make to the public api to improve usability.

rowanc1 commented 3 years ago

Nice work!!