@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.node.js
CHANGED
|
@@ -214,7 +214,6 @@ var FontRegistry = class _FontRegistry {
|
|
|
214
214
|
fonts = /* @__PURE__ */ new Map();
|
|
215
215
|
blobs = /* @__PURE__ */ new Map();
|
|
216
216
|
fontkitFonts = /* @__PURE__ */ new Map();
|
|
217
|
-
// fontkit fonts for variable outlines
|
|
218
217
|
wasmBaseURL;
|
|
219
218
|
initPromise;
|
|
220
219
|
static fallbackLoader;
|