Last 12 weeks · 5 commits
3 of 6 standards met
Bug report Description / Observed Behavior The Vercel Docs show an example where should work on other frameworks on the edge: However, when you deploy on the edge using anything other than , you get this error: This seems to be a problem with on this line (18983): Which I believe is related to file. Expected Behavior It should deploy without problems on the edge and display the image correctly as in development environments. Reproduction https://github.com/jdgamble555/sveltekit-vercel-og Change the runtime to use : https://github.com/jdgamble555/sveltekit-vercel-og/blob/master/src/routes/og/%2Bserver.ts#L8 Additional Context https://github.com/orgs/vercel/discussions/5250 https://github.com/vercel/next.js/issues/59853 https://github.com/sveltejs/kit/discussions/11638 https://github.com/cloudflare/pages-plugins/issues/36 https://github.com/etherCorps/sveltekit-og/discussions/41
Bug report Description / Observed Behavior I'm trying to use a Data-URI base64 encoded BMP image as a source for an tag with defined width and height attributes. This doesn't work in SVG or PNG modes, but it works just fine in the HTML (Native) preview. The error on the playground is: The error locally is: I'm trying to use bitmap data URIs because I'm expecting to receive a stream of pixel data and need to be able to render it as an image without having to deal with image compression algorithms. As you can see in the HTML preview, the bitmap encoded string works just fine in HTML as an image source, and "rendering" a pixel stream to a bitmap base64 Data URI can be done with as little as 30 lines of code, which is why I'd like to stick to this image format. Expected Behavior I expected Satori to be able to render base64-encoded data URIs of bitmap images, just like it can do with PNGs and JPGs (verified working just fine). Reproduction Playground reproduction link - BMP, not working Playground reproduction link - PNG, working fine Additional Context Locally I'm using the ImageResponse from with next@^15
Repository: vercel/satori. Description: Enlightened library to convert HTML and CSS to SVG Stars: 13066, Forks: 334. Primary language: TypeScript. Languages: TypeScript (98.3%), CSS (1.7%), JavaScript (0%), Shell (0%). License: MPL-2.0. Homepage: https://og-playground.vercel.app Topics: css, image, image-generation, image-generator, jsx, opengraph-images, satori, svg, vercel. Latest release: 0.19.2 (2w ago). Open PRs: 16, open issues: 95. Last activity: 2w ago. Community health: 75%. Top contributors: shuding, Jackie1210, LuciNyan, styfle, jeetiss, chibicode, iteratetograceness, NiteshSingh17, sahithyandev, btea and others.
TypeScript
Bug report Description / Observed Behavior Starting with 0.16 there's an error on Cloudflare Workers Expected Behavior Expect it to work same as before 0.16 Reproduction Create any call on Cloudflare Workers, check dashboard logs for errors Additional Context Satori 0.16+, previous worked with no errors Wrangler has flag on: