tree: 4144174d8e24962f4835575b3ba596a713704f82 [path history] [tgz]
  1. docker/
  2. npm-wasm/
  3. tests/
  4. .gitignore
  5. compile.sh
  6. karma-docker.conf.js
  7. karma.conf.js
  8. Makefile
  9. package.json
  10. pathkit_wasm_bindings.cpp
  11. README.md
  12. serve.py
experimental/pathkit/README.md

PathKit WASM API

This library lets you use Skia's feature-rich PathOps API in the browser.

Compiling the source

Download the Enscriptem SDK.

Set the EMSDK environment variable to the directory you installed it to.

Run ./experimental/pathkit/compile.sh to compile a production, WASM build to $SKIA_HOME/out/pathkit. Add "--help" for more options.