diff --git a/README.md b/README.md index 4bda2a2..03a2109 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,16 @@ A simple web app that converts emoji to html canvas and downloads .png It is hosted using GitHub pages. + +You can check the Demo. + +## For what is it useful ? + +- You can create .png of any size of a emoji on a transparent background to standardize user experience between different devices. +- You can create bigger versions of the emoji to send in WhatsApp as a sticker. +- You can create simple favicon for your GitHub pages. I'm using this favicon generator. + +## How to use + +If you are on a MacOS you can use shortcut `control + command + space` while in emoji imput field to insert emoji. +Change font size and canvas size accordingly, render and download the image. diff --git a/assets/favicon.ico b/assets/favicon.ico new file mode 100644 index 0000000..c72e638 Binary files /dev/null and b/assets/favicon.ico differ diff --git a/assets/ic_code_24dp.svg b/assets/ic_code_24dp.svg new file mode 100644 index 0000000..19a03e2 --- /dev/null +++ b/assets/ic_code_24dp.svg @@ -0,0 +1,4 @@ + diff --git a/reset.css b/assets/reset.css similarity index 100% rename from reset.css rename to assets/reset.css diff --git a/index.html b/index.html index f48babf..3d4d0fb 100644 --- a/index.html +++ b/index.html @@ -3,8 +3,13 @@
+