Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agoose77/svgbob-wasm
WASM compilation target for svgbob
https://github.com/agoose77/svgbob-wasm
js rust svgbob wasm
Last synced: about 2 months ago
JSON representation
WASM compilation target for svgbob
- Host: GitHub
- URL: https://github.com/agoose77/svgbob-wasm
- Owner: agoose77
- License: apache-2.0
- Created: 2019-03-13T20:34:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T15:55:37.000Z (10 months ago)
- Last Synced: 2024-10-31T18:57:37.510Z (2 months ago)
- Topics: js, rust, svgbob, wasm
- Language: Rust
- Homepage:
- Size: 360 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE
Awesome Lists containing this project
README
`svgbob-wasm`
=============
A small WASM API to convert ASCII diagrams to SVG using [svgbob](https://github.com/ivanceras/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`