Skip to content

Commit a345840

Browse files
committed
Merge branch 'gh-pages' of github.com:javierbyte/img2css into gh-pages
2 parents abb0e1e + 0d1b126 commit a345840

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ This is a tool that can convert any image into a pure css image.
66

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

9-
## How this works?
9+
## How does it works?
1010

11-
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!
11+
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!
1212

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

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

0 commit comments

Comments
 (0)