tinker-emoji 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,23 @@
1
+ # tinker-emoji
2
+
3
+ An emoji picker plugin for [TINKER](https://github.com/liriliri/tinker), supporting 1700+ emojis with search and category browsing.
4
+
5
+ ![Screenshot](https://raw.githubusercontent.com/liriliri/tinker-plugins/master/packages/tinker-emoji/screenshot.png)
6
+
7
+ ## Features
8
+
9
+ - **1700+ Emojis** with categories
10
+ - **Search** by name, description, or keywords (bilingual)
11
+ - **Click to Copy** to clipboard
12
+ - **Dark Mode** support
13
+
14
+ ## Installation
15
+
16
+ Download and install TINKER from `https://tinker.liriliri.io/`, then run `npm i -g tinker-emoji`.
17
+
18
+ ## Usage
19
+
20
+ 1. Browse emojis by category
21
+ 2. Search for emojis using keywords
22
+ 3. Click to copy emoji to clipboard
23
+