JSFiddle - React, Tailwind, and code Playground

by Todd Levy

HTML

<img src=""/>
<canvas></canvas>
<div>output</div>

CSS

img {display: none;}
body {margin: 0; padding: 0;}
div {background: white; color: black;}

JavaScript

//http://stackoverflow.com/questions/6179999/extracting-the-hexadecimal-value-of-each-pixel-in-an-image/6204376#6204376

var img_src =...