mce 0.2.0 → 0.2.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1850,7 +1850,7 @@ const ts = (o, e) => {
1850
1850
  fonts: i,
1851
1851
  registerConfig: l
1852
1852
  } = o;
1853
- l("frameScreenshot", !0);
1853
+ l("frameScreenshot", !1);
1854
1854
  async function c() {
1855
1855
  a.value.length = t.value.length;
1856
1856
  for (let h = 0; h < t.value.length; h++)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mce",
3
3
  "type": "module",
4
- "version": "0.2.0",
4
+ "version": "0.2.2",
5
5
  "description": "The headless canvas editor framework. only the ESM.",
6
6
  "author": "wxm",
7
7
  "license": "MIT",
@@ -61,7 +61,7 @@
61
61
  "diff": "^8.0.2",
62
62
  "file-saver": "^2.0.5",
63
63
  "lodash-es": "^4.17.21",
64
- "modern-canvas": "^0.12.15",
64
+ "modern-canvas": "^0.12.16",
65
65
  "modern-font": "^0.4.4",
66
66
  "modern-idoc": "^0.10.4",
67
67
  "modern-text": "^1.9.1",