1fd58fd34f
See https://skia-review.googlesource.com/c/skia/+/149620 Bug: skia: Change-Id: I2a8c88e813b5084f667d08317145866b57bbd7ab Reviewed-on: https://skia-review.googlesource.com/149681 Reviewed-by: Ravi Mistry <rmistry@google.com> |
||
---|---|---|
.. | ||
npm-asmjs | ||
npm-wasm | ||
tests | ||
.gitignore | ||
chaining.js | ||
compile.sh | ||
externs.js | ||
helper.js | ||
karma.conf.js | ||
Makefile | ||
package.json | ||
pathkit_wasm_bindings.cpp | ||
README.md | ||
serve.py |
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.