@crhio/offset
v0.0.13
Published
A pure-JS rewrite of the CavalierContours library
Downloads
525
Readme
Offset
A port of CavalierContours using emscripten to compile to wasm.
Additionally:
Scripts
yarn build
- produces production version of the library under thelib
folderyarn dev
- produces development version of the library and runs a watcheryarn test
- well ... it runs the tests :)yarn test:watch
- same as above but in a watch mode