fred-wang / TeXZilla

LALR Javascript LaTeX-to-MathML converter compatible with Unicode
http://fred-wang.github.io/TeXZilla/
130 stars 21 forks source link

Works as an npm package now #41

Closed runarberg closed 9 years ago

runarberg commented 9 years ago

By adding the main script in package.json we can require the package from anywhere by doing var texzilla = require('texzilla') as recommended by npm.

This is essential if we want to use this package with other node modules

fred-wang commented 9 years ago

Looks good, thanks!