@shotstack/shotstack-canvas 1.2.1 → 1.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.
- 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 +2 -1
package/dist/entry.node.cjs
CHANGED
|
@@ -252,7 +252,6 @@ var FontRegistry = class _FontRegistry {
|
|
|
252
252
|
fonts = /* @__PURE__ */ new Map();
|
|
253
253
|
blobs = /* @__PURE__ */ new Map();
|
|
254
254
|
fontkitFonts = /* @__PURE__ */ new Map();
|
|
255
|
-
// fontkit fonts for variable outlines
|
|
256
255
|
wasmBaseURL;
|
|
257
256
|
initPromise;
|
|
258
257
|
static fallbackLoader;
|