Skip to content

Commit 87bb242

Browse files
committed
Update README
1 parent 8361381 commit 87bb242

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,23 @@ Convert any image to pure CSS.
1111
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?
14+
1415
Hum... to demonstrate the power of CSS!
1516

16-
And this may have other interesting applications, like creating loading screens with pixel art or pixel-level animation.
17+
And this may have other interesting applications, like creating loading screens with pixel art, display images where `<img />` tags are not allowed or supported.
1718

1819
I made another proof-of-concept using pixel-level animations here https://javier.xyz/morphin/
1920

20-
## Planned features
21-
* Make the result smaller with smarter shadows and common background detection.
22-
* Make animation and image morphing by using css transitions on the shadows. See https://javier.xyz/morphin/
23-
* Add scale options to better support pixel art.
24-
* Support for custom image filters.
25-
2621
## Development
22+
2723
Run development server:
24+
2825
```
29-
npm start
26+
npm run dev
3027
```
3128

3229
Build
3330

3431
```
3532
npm run build
36-
```
33+
```

0 commit comments

Comments
 (0)