You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-3
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,16 @@
1
-
#Pixel-art to CSS with react
1
+
#Pixel-art to CSS with react
2
2
3
3
<atarget='_blank'href='http://www.recurse.com'title='Made at the Recurse Center'><imgsrc='https://cloud.githubusercontent.com/assets/2883345/11325206/336ea5f4-9150-11e5-9e90-d86ad31993d8.png'height='20px'/></a>
4
4
5
-

5
+
### Did you know that you can create pixel art using a single CSS property?
6
+
7
+
**pixel-art-react** is a handy and intuitive tool, that can help you to design your awesome drawings!
8
+
9
+
Try to draw some pixels on the screen, **pixel-art-react** will generate the CSS code using **box-shadow** property, ready to use in your HTML blocks.
6
10
7
-
Handy and fun pixel art tool, where your drawing will be transformed to CSS.
11
+
Check the following **_mini-pixel-spiderman_** example:
12
+
13
+

8
14
9
15
The project is built with **React**, **Redux** and **ImmutableJS**. Trying to avoid side-effects in a functional way of programming.
0 commit comments