mce 0.29.1 → 0.29.2
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 +3 -3
package/dist/index.js
CHANGED
|
@@ -3295,7 +3295,7 @@ var Jn = class So {
|
|
|
3295
3295
|
return new So(this.a, this.b, this.c, this.d, this.tx, this.ty);
|
|
3296
3296
|
}
|
|
3297
3297
|
toArray(e, t) {
|
|
3298
|
-
this._array || (this._array = new Float32Array(9));
|
|
3298
|
+
this._array || (this._array = /* @__PURE__ */ new Float32Array(9));
|
|
3299
3299
|
const o = t || this._array;
|
|
3300
3300
|
return e ? (o[0] = this.a, o[1] = this.b, o[2] = 0, o[3] = this.c, o[4] = this.d, o[5] = 0, o[6] = this.tx, o[7] = this.ty, o[8] = 1) : (o[0] = this.a, o[1] = this.c, o[2] = this.tx, o[3] = this.b, o[4] = this.d, o[5] = this.ty, o[6] = 0, o[7] = 0, o[8] = 1), o;
|
|
3301
3301
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mce",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.29.
|
|
4
|
+
"version": "0.29.2",
|
|
5
5
|
"description": "A headless infinite canvas editor framework built on WebGL rendering, supports exporting to image, video, and PPT. Only the ESM.",
|
|
6
6
|
"author": "wxm",
|
|
7
7
|
"license": "MIT",
|
|
@@ -60,10 +60,10 @@
|
|
|
60
60
|
"@vueuse/core": "^14.3.0",
|
|
61
61
|
"diff": "^9.0.0",
|
|
62
62
|
"lodash-es": "^4.18.1",
|
|
63
|
-
"modern-canvas": "^0.24.
|
|
63
|
+
"modern-canvas": "^0.24.6",
|
|
64
64
|
"modern-font": "^0.6.1",
|
|
65
65
|
"modern-idoc": "^0.12.1",
|
|
66
|
-
"modern-text": "^2.0.
|
|
66
|
+
"modern-text": "^2.0.9",
|
|
67
67
|
"y-protocols": "^1.0.7",
|
|
68
68
|
"yjs": "^13.6.31"
|
|
69
69
|
},
|