a6e3f6288c
Also update pathkit's page to use most recent version. No-Try: true Docs-Preview: https://skia.org/?cl=178920 Bug: skia:8584 Change-Id: I53b58b12c937b78ffd0a527b8ca5080bd2e3f156 Reviewed-on: https://skia-review.googlesource.com/c/178920 Reviewed-by: Kevin Lubick <kjlubick@google.com>
11 KiB
11 KiB
CanvasKit - Skia + WebAssembly
Skia now offers a WebAssembly build for easy deployment of our graphics APIs on the web.
CanvasKit provides a playground for testing new Canvas and SVG platform APIs, enabling fast-paced development on the web platform. It can also be used as a deployment mechanism for custom web apps requiring cutting-edge features, like Skia's Lottie animation support.
Features
- WebGL context encapsulated as an SkSurface, allowing for direct drawing to an HTML canvas
- Core set of Skia canvas/paint/path/text APIs available, see bindings
- Draws to a hardware-accelerated backend
- Security tested with Skia's fuzzers
Samples
Lottie files courtesy of the lottiefiles.com community: Lego Loader, I'm thirsty, Confetti, Onboarding
Test server
Test your code on our CanvasKit Fiddle
Download
Get CanvasKit on NPM