modern-canvas 0.27.13 → 0.27.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.
Files changed (2) hide show
  1. package/dist/index.js +3 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -4221,7 +4221,9 @@ var Er = class extends z {}, Dr = class extends ue {
4221
4221
  this._triCache[n] = void 0, e.push({
4222
4222
  ...a,
4223
4223
  vertices: r,
4224
- indices: i
4224
+ indices: i,
4225
+ effectFlags: 0,
4226
+ effectParam: 0
4225
4227
  });
4226
4228
  continue;
4227
4229
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "modern-canvas",
3
3
  "type": "module",
4
- "version": "0.27.13",
4
+ "version": "0.27.14",
5
5
  "packageManager": "pnpm@10.19.0",
6
6
  "description": "A JavaScript WebGL rendering engine. only the ESM.",
7
7
  "author": "wxm",