0.1.2 • Published 2 years ago

polymath-web v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago

0.1.1

2 years ago

0.1.1-alpha.6

2 years ago

0.1.1-alpha.5

2 years ago