/img2css

Convert any image to a pure css image.

Primary LanguageJavaScript

img2css

This is a tool that can convert any image into a pure css image.

Live demo

img2css

How this works?

Well, it just puts the image in a canvas, calculates an array with the rgb values, and then... just creates a single pixel shadow for every value!

Why?

Hum... to demonstrate the power of CSS!

And this may have another interesting properties, like creating a loading screens with pixel art.