carloskiki / pulldown-latex

A pull parser for LaTeX parsing and mathml rendering.
MIT License
21 stars 0 forks source link

Node.js binding/npm package #11

Open Aalivexy opened 4 weeks ago

Aalivexy commented 4 weeks ago

Currently, there seems to be no library in npm that converts latex to mathml core.

It would be great if we could provide Node.js binding or wasm-wasi to javascript binding!

I believe this can promote the popularity of mathml core.

carloskiki commented 3 weeks ago

Yes of course! This is one of the goals I have with this crate: having the library available as an npm package for js.

I do not have a lot of experience with publishing crates to npm, and I have never done it with a rust lib. If you have any idea on how it is done, it would gladly take the advice!