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 +23 -0
- package/dist/assets/app-Bh8kUOCa.js +149 -0
- package/dist/assets/app-BtQmqQMy.css +1 -0
- package/dist/assets/index-BKHZZ102.js +1 -0
- package/dist/index.html +13 -0
- package/icon.png +0 -0
- package/package.json +29 -0
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
|
+

|
|
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
|
+
|