Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dillonzq/LoveIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-04-26 21:27:26 +0300
committerGitHub <noreply@github.com>2020-04-26 21:27:26 +0300
commitb46c81053f7a4307945b82bee6944af7e6e13d1c (patch)
treebd571b2331ed6d4215a1fbd0f924eea617e064b0 /README.md
parentfc46fba6aa1a747d19c9d0b37b0a26e944cfbba3 (diff)
feat(twemoji): add support for twemoji (#264)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 17f761f7..0074c5ed 100644
--- a/README.md
+++ b/README.md
@@ -94,6 +94,7 @@ I hope you will LoveIt ❤️!
### Extended Features
* **Search** supported by [Lunr.js](https://lunrjs.com/) or [algolia](https://www.algolia.com/)
+* **Twemoji** supported
* Automatically **highlighting** code
* **Copy code** to clipboard with one click
* **Images gallery** supported by [lightgallery.js](https://github.com/sachinchoolur/lightgallery.js)
@@ -151,6 +152,7 @@ Thanks to the authors of following resources included in the theme:
* [Lunr.js](https://lunrjs.com/)
* [algoliasearch](https://github.com/algolia/algoliasearch-client-javascript)
* [lazysizes](https://github.com/aFarkas/lazysizes)
+* [Twemoji](https://github.com/twitter/twemoji)
* [lightgallery.js](https://github.com/sachinchoolur/lightgallery.js)
* [clipboard.js](https://github.com/zenorocha/clipboard.js)
* [Sharer.js](https://github.com/ellisonleao/sharer.js)