From bb571d1469742e625942194d8c0cba6f7faa60f8 Mon Sep 17 00:00:00 2001
From: jeffrey gaboni
Date: Thu, 20 Aug 2020 02:36:30 +0800
Subject: [PATCH 1/6] Update README.md
---
README.md | 22 +---------------------
1 file changed, 1 insertion(+), 21 deletions(-)
diff --git a/README.md b/README.md
index 2167e70..4448745 100755
--- a/README.md
+++ b/README.md
@@ -2,26 +2,6 @@
Convert any image to pure CSS.
-[Live demo](http://javier.xyz/img2css/)
-
-[](http://javier.xyz/img2css/)
-
-## How does it works?
-
-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 other interesting applications, like creating loading screens with pixel art or pixel-level animation.
-
-I made another proof-of-concept using pixel-level animations here http://javier.xyz/morphin/
-
-## Planned features
-* Make the result smaller with smarter shadows and common background detection.
-* Make animation and image morphing by using css transitions on the shadows. See http://javier.xyz/morphin/
-* Add scale options to better support pixel art.
-* Support for custom image filters.
## Development
Run development server:
@@ -33,4 +13,4 @@ Build
```
npm run build
-```
\ No newline at end of file
+```
From 673b5f53bc7a279d0ab5c414648bc90387187ea0 Mon Sep 17 00:00:00 2001
From: jeffrey gaboni
Date: Thu, 20 Aug 2020 02:37:51 +0800
Subject: [PATCH 2/6] Update index.html
---
index.html | 26 ++++++++------------------
1 file changed, 8 insertions(+), 18 deletions(-)
diff --git a/index.html b/index.html
index 9096c06..7a081dd 100644
--- a/index.html
+++ b/index.html
@@ -12,10 +12,10 @@
-
-
+
+
-
+
@@ -23,23 +23,13 @@
img2css.
-
This is a tool that can convert any image into a pure css image.
-
Try it! (It's cpu heavy, please try with a small image first).