goatdee-canvas 0.0.13 → 0.0.14
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -19328,7 +19328,7 @@ const GoatdeeCanvas = forwardRef((props, ref) => {
|
|
|
19328
19328
|
const init = async () => {
|
|
19329
19329
|
// 打印版本
|
|
19330
19330
|
try {
|
|
19331
|
-
console.log(`[GoatdeeCanvas] version: ${"0.0.
|
|
19331
|
+
console.log(`[GoatdeeCanvas] version: ${"0.0.14"}`);
|
|
19332
19332
|
}
|
|
19333
19333
|
catch (_a) { }
|
|
19334
19334
|
await loadWasm();
|