/svg-to-png

Svg to png via canvas Path2D

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

SVG to PNG Canvas

Drawing svgs with the HTMLCanvas API.

Build and run

To Run Locally:

Clone the repository and perform the following command line actions:

$> cd svg-to-png/svg-to-image
$> npm i
$> npm run dev