Hey, first of all, thank you for your script, it seems cool and useful.
The only thing is, I don't get it working.
I tried to .averageColor() a canvas, with an image in it, and the response is Object {r: 0, g: 0, b: 0}I tried to .averageColor() an image, and the response is Object {r: 0, g: 0, b: 0}
I tried with .averageColorAsString(), but same everywhere..
Could you tell me what is not working ?
Hey, first of all, thank you for your script, it seems cool and useful.
The only thing is, I don't get it working.
I tried to
.averageColor()a canvas, with an image in it, and the response isObject {r: 0, g: 0, b: 0}I tried to.averageColor()an image, and the response isObject {r: 0, g: 0, b: 0}I tried with
.averageColorAsString(), but same everywhere..Could you tell me what is not working ?