@vercel/og 0.10.1 → 0.11.0
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.
|
Binary file
|
package/dist/index.edge.js
CHANGED
|
@@ -20332,7 +20332,7 @@ async function render(satori, resvg, sharp, opts, defaultFonts, element) {
|
|
|
20332
20332
|
var initializedResvg = initWasm(resvg_wasm);
|
|
20333
20333
|
var initializeSatori = Rc(yoga_wasm);
|
|
20334
20334
|
var fallbackFont = fetch(
|
|
20335
|
-
new URL("./
|
|
20335
|
+
new URL("./Geist-Regular.ttf", import.meta.url)
|
|
20336
20336
|
).then((res) => res.arrayBuffer());
|
|
20337
20337
|
var ImageResponse = class extends Response {
|
|
20338
20338
|
constructor(element, options = {}) {
|
|
@@ -20345,9 +20345,9 @@ var ImageResponse = class extends Response {
|
|
|
20345
20345
|
]);
|
|
20346
20346
|
const fonts = [
|
|
20347
20347
|
{
|
|
20348
|
-
name: "
|
|
20348
|
+
name: "geist",
|
|
20349
20349
|
data: fontData,
|
|
20350
|
-
weight:
|
|
20350
|
+
weight: 400,
|
|
20351
20351
|
style: "normal"
|
|
20352
20352
|
}
|
|
20353
20353
|
];
|