Last active
May 16, 2020 08:03
-
-
Save andion/cd0431eb91194d7d882a50d1556c750d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
<h1>Original image</h1> | |
<img | |
id="source" | |
src="https://fabianrensch.com/images/fanart/legend-of-zelda-breath-of-the-wild-fanart.jpg" | |
/> | |
<h2>Transformed image</h2> | |
<canvas id="canvas"></canvas> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment