Drag image from your desktop to drop zone, or pick it
Hi, I'm little single page application, named 'My colors'.
I will take image that you give me and I'll try to give you some nice background with colors from it.
I use popular libraries: d3js.org and qrohlf.com/trianglify
The javascript method that extracts colors from image is gpl licenced and you can use it freely. Fire up inspector and take a look on `mk.com.process` fn
You'll get global `nodups` var with colors of your image ( in rgb format )
cheers :)