vercel / satori

Enlightened library to convert HTML and CSS to SVG

Home Page:https://og-playground.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CDN image not rendering

kartikk-k opened this issue · comments

Bug report

img tag is fetching images from cdn URL but not able to render image

When value of src property is a cdn asset link like https://cdn-example.com/testing/7619e82...1.png for <img> tag then there is no image rendered. It works when used unsplash image for example.

image

Expected Behavior

It should render image instead of blank screen while using any CORS allowed URL in src