diff --git a/README.md b/README.md index cd8b0a3..009c153 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,16 @@ -#Pixel-art to CSS with react +# Pixel-art to CSS with react -![pixel-art-react](screenshots/screenshot1.png) +### Did you know that you can create pixel art using a single CSS property? + +**pixel-art-react** is a handy and intuitive tool, that can help you to design your awesome drawings! + +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. -Handy and fun pixel art tool, where your drawing will be transformed to CSS. +Check the following **_mini-pixel-spiderman_** example: + +![pixel-art-react](screenshots/screenshot1.png) The project is built with **React**, **Redux** and **ImmutableJS**. Trying to avoid side-effects in a functional way of programming.