/svgbob-wasm

WASM compilation target for svgbob

Primary LanguageRustApache License 2.0Apache-2.0

svgbob-wasm

A small WASM API to convert ASCII diagrams to SVG using svgbob.

Building

  1. Install wasm-pack
  2. Run wasm-pack build
  3. Publish pkg

Demo

  1. Build package
  2. cd to www
  3. Run npm install
  4. Run npm run start