0.1.2 • Published 5 months ago

polymath-web v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

Polymath Javascript Bindings

Polymath is an ASCIIMath implementation with the capabilities to produce MathML markup that can be rendered by many browsers.

It's implemented in Rust and compiled to WASM. This package provides an ECMASrcipt Module that can be loaded through a bundler or nodejs.

Usage

For webpack the following config options have to be set:

experiments: {
  asyncWebAssembly: true
},

For node pass this command line argument:

--experimental-wasm-modules
0.1.2

5 months ago

0.1.1

5 months ago

0.1.1-alpha.6

5 months ago

0.1.1-alpha.5

5 months ago