Skip to content

Instantly share code, notes, and snippets.

View mfyz's full-sized avatar
✌️

Fatih Felix Yildiz mfyz

✌️
View GitHub Profile
@mfyz
mfyz / svg-to-png.html
Created August 12, 2024 15:56
svg to png - vanilla js
<html>
<head>
<title>myByways SVG to PNG Converter</title>
</head>
<body bgcolor="#E6E6FA">
<h1><a href="https://about.me/john.theodoropoulos">Online SVG to PNG Converter</a></h1>
<p>(1).Paste your SVG code here</p>
<textarea id="t" rows="8" cols="70"></textarea><br/><br/>
<button id="l">(2).Load SVG</button><br/><br/>
<div id="d"></div><br/>