@shotstack/shotstack-canvas 1.2.1 → 1.2.3
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/entry.node.cjs +0 -1
- package/dist/entry.node.cjs.map +1 -1
- package/dist/entry.node.js +0 -1
- package/dist/entry.node.js.map +1 -1
- package/dist/entry.web.js +0 -1
- package/dist/entry.web.js.map +1 -1
- package/package.json +1 -1
package/dist/entry.web.js
CHANGED
|
@@ -219,7 +219,6 @@ var _FontRegistry = class _FontRegistry {
|
|
|
219
219
|
__publicField(this, "fonts", /* @__PURE__ */ new Map());
|
|
220
220
|
__publicField(this, "blobs", /* @__PURE__ */ new Map());
|
|
221
221
|
__publicField(this, "fontkitFonts", /* @__PURE__ */ new Map());
|
|
222
|
-
// fontkit fonts for variable outlines
|
|
223
222
|
__publicField(this, "wasmBaseURL");
|
|
224
223
|
__publicField(this, "initPromise");
|
|
225
224
|
this.wasmBaseURL = wasmBaseURL;
|