Skip to content

Instantly share code, notes, and snippets.

View Syrok's full-sized avatar
🏠
Working from home

Oleksii Strizhak Syrok

🏠
Working from home
View GitHub Profile
@Syrok
Syrok / index.html
Created September 21, 2020 13:12 — forked from nolanlawson/index.html
Create an image/png blob, then fetch it with XHR
<html>
<body>
<h1>Create an image/png blob, then fetch it with XHR</h1>
<pre id="display"></pre>
<script src="index.js"></script>
</body>
</html>