Is it possible to parse a image's pixel coordinates from a URL?
Possibly log each pixel coordinate and the hex value of that current pixel index using variables and forEach?
var pixelcoord = foo..
var hexcolorofcoord = foo.
console.log(pixelcoord) //example output = 123, 456
console.log(hexcolorofcoord ) //example output = #fff000