sveltekit-og icon indicating copy to clipboard operation
sveltekit-og copied to clipboard

Generate Open Graph Images dynamically from HTML/CSS without a browser in SvelteKit

Results 3 sveltekit-og issues
Sort by recently updated
recently updated
newest added

Using 2.0.2 emojis render properly, but 3.0.0 does not render emojis anymore and renders them as square blocks. Can be as simple as: ```html 😳 ``` ```ts return await ImageResponse(htmlTemplate,...

I finally got sveltekit-og working under adapter-node inside a container but it was kind of painful because of the way that sveltekit/vite/rollup deal with non-code dependencies like binaries and JSON....

With Svelte 5 around the corner, it'd be awesome if we could update this to support Svelte versions above 4.X. Currently unable to build my site since `sveltekit-og` relies on...