@vercel/og 0.6.1 → 0.6.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 +78 -130
- package/dist/index.edge.js.map +1 -1
- package/dist/index.node.js +78 -130
- package/dist/index.node.js.map +1 -1
- package/dist/og.d.ts +1 -1
- package/dist/resvg.wasm +0 -0
- package/package.json +2 -2
package/dist/og.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export default function render(satori: any, resvg:
|
|
1
|
+
export default function render(satori: any, resvg: typeof import('@resvg/resvg-wasm'), opts: any, defaultFonts: any, element: any): Promise<Uint8Array>;
|
package/dist/resvg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vercel/og",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.3",
|
|
4
4
|
"description": "Generate Open Graph Images dynamically from HTML/CSS without a browser",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.node.js",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
],
|
|
59
59
|
"license": "MPL-2.0",
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@resvg/resvg-wasm": "2.
|
|
61
|
+
"@resvg/resvg-wasm": "2.4.0",
|
|
62
62
|
"satori": "0.10.9",
|
|
63
63
|
"yoga-wasm-web": "0.3.3"
|
|
64
64
|
},
|