goatdee-canvas 0.0.34 → 0.0.36
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/dist/ZHCanvasCore.wasm +0 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/ZHCanvasCore.wasm
CHANGED
|
Binary file
|
package/dist/index.js
CHANGED
|
@@ -5709,7 +5709,7 @@ const GoatdeeCanvas = forwardRef((props, ref) => {
|
|
|
5709
5709
|
const init = async () => {
|
|
5710
5710
|
// 打印版本
|
|
5711
5711
|
try {
|
|
5712
|
-
console.log(`[GoatdeeCanvas] version: ${"0.0.
|
|
5712
|
+
console.log(`[GoatdeeCanvas] version: ${"0.0.36"}`);
|
|
5713
5713
|
}
|
|
5714
5714
|
catch (_a) { }
|
|
5715
5715
|
await loadWasm();
|