Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ This is a tool that can convert any image into a pure css image.

[![img2css](screenshot.png)](http://javier.xyz/img2css/)

## How this works?
## How does it 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!
Well, it just puts the image in a canvas, calculates an array with the rgb values, and then... creates a single pixel shadow for each value!

## Why?
Hum... to demonstrate the power of CSS!

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