@splinetool/ui-wasm 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/build/ui.d.ts +4865 -0
- package/build/ui.js +3 -0
- package/build/ui.wasm +0 -0
- package/package.json +18 -0
package/README.md
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
# @splinetool/ui-wasm
|
|
2
|
+
|
|
3
|
+
Simple package wrapper around canvaskit-wasm with custom build that better fits our async loading system for runtime and co.
|
|
4
|
+
|
|
5
|
+
The `./ui.js` and `./build/ui.wasm` files were copied over from https://github.com/flutter/engine
|
|
6
|
+
They build their own version with less stuff to make it lighter.
|