diff --git a/README.md b/README.md index a17477e..15bde59 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,19 @@ # Pixel Country Picker -Currently only works with USA and Japan. - -![](demo_murica.gif) -![](demo_日本.gif) +![](images/demo_murica.gif) +![](images/demo_日本.gif) ### Deployment - Just open index.html +- [Live preview](http://flags.query.design/) + +### Contribution + +- Use get-pixel-array-tool to get flag arrays +- Create a pr adding your array to index.js ### Credits - Creator: https://www.reddit.com/user/enwash/ - Original Link: https://codepen.io/enwash/pen/dyYXawZ - diff --git a/demo_murica.gif b/images/demo_murica.gif similarity index 100% rename from demo_murica.gif rename to images/demo_murica.gif diff --git "a/demo_\346\227\245\346\234\254.gif" "b/images/demo_\346\227\245\346\234\254.gif" similarity index 100% rename from "demo_\346\227\245\346\234\254.gif" rename to "images/demo_\346\227\245\346\234\254.gif" diff --git a/images/favicon.jpg b/images/favicon.jpg new file mode 100644 index 0000000..b5d8bfa Binary files /dev/null and b/images/favicon.jpg differ diff --git a/index.html b/index.html index b9d2d78..9dbd1ab 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,7 @@