Converting SVG To Image (PNG, Webp, etc.) in JavaScript
How to convert SVG to image in the browser without dependencies.

Last Monday I built and published a new Web Component, developed with StencilJS, to generate social images dynamically in the browser.
For a given text and logo, the component renders a shadowed SVG that can be converted to an image (PNG, Webp, etc.), and does so without any…