@vercel/og 0.5.1 → 0.5.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/index.edge.js +3 -3
- package/dist/index.edge.js.map +1 -1
- package/dist/index.node.js +3 -3
- package/dist/index.node.js.map +1 -1
- package/package.json +2 -2
package/dist/index.edge.js
CHANGED
|
@@ -3367,7 +3367,7 @@ var $557adaaeb0c7885f$var$LineBreaker = class {
|
|
|
3367
3367
|
};
|
|
3368
3368
|
$557adaaeb0c7885f$exports = $557adaaeb0c7885f$var$LineBreaker;
|
|
3369
3369
|
|
|
3370
|
-
// node_modules/.pnpm/satori@0.4.
|
|
3370
|
+
// node_modules/.pnpm/satori@0.4.9/node_modules/satori/dist/index.wasm.js
|
|
3371
3371
|
var import_css_to_react_native = __toESM(require_css_to_react_native(), 1);
|
|
3372
3372
|
var import_css_background_parser = __toESM(require_css_background_parser(), 1);
|
|
3373
3373
|
var import_css_box_shadow = __toESM(require_css_box_shadow(), 1);
|
|
@@ -11510,7 +11510,7 @@ var opentype = /* @__PURE__ */ Object.freeze({
|
|
|
11510
11510
|
});
|
|
11511
11511
|
var opentype_module_default = opentype;
|
|
11512
11512
|
|
|
11513
|
-
// node_modules/.pnpm/satori@0.4.
|
|
11513
|
+
// node_modules/.pnpm/satori@0.4.9/node_modules/satori/dist/index.wasm.js
|
|
11514
11514
|
var tl = Object.create;
|
|
11515
11515
|
var br = Object.defineProperty;
|
|
11516
11516
|
var rl = Object.getOwnPropertyDescriptor;
|
|
@@ -15658,7 +15658,7 @@ var It = class {
|
|
|
15658
15658
|
this.fonts.has(l) || this.fonts.set(l, []), this.fonts.get(l).push([a, n.weight, n.style]);
|
|
15659
15659
|
}
|
|
15660
15660
|
}
|
|
15661
|
-
getEngine(t = 16, n = 1.2, { fontFamily: r, fontWeight: i = 400, fontStyle: s = "normal" }, o) {
|
|
15661
|
+
getEngine(t = 16, n = 1.2, { fontFamily: r = "sans-serif", fontWeight: i = 400, fontStyle: s = "normal" }, o) {
|
|
15662
15662
|
if (!this.fonts.size)
|
|
15663
15663
|
throw new Error("No fonts are loaded. At least one font is required to calculate the layout.");
|
|
15664
15664
|
r = (Array.isArray(r) ? r : [r]).map((y) => y.toLowerCase());
|