This commit is contained in:
InvisibleFuture 2022-08-29 16:40:49 +08:00
parent e3bffdf0e6
commit e1b8a6a70c
2 changed files with 7 additions and 2 deletions

View File

@ -1,12 +1,17 @@
# emoji # emoji
Emoji 表情组件 Emoji 表情组件
- [x] 流畅的动画效果
- [x] 精确插入光标位置
- [x] 使用 Esc 快捷键关闭弹出
- [x] 提供回调函数以便于拓展操作
- [x] 调用时才初始化以兼容服务端渲染项目
### DEMO ### DEMO
![preview](https://github.com/InvisibleFuture/emoji/blob/main/public/demo.png?raw=true) ![preview](https://github.com/InvisibleFuture/emoji/blob/main/public/demo.png?raw=true)
[DEMO](https://emoji.satori.love) [Click to open demo](https://emoji.satori.love)
### Install ### Install

View File

@ -1,6 +1,6 @@
{ {
"name": "satori-emoji", "name": "satori-emoji",
"version": "1.0.1", "version": "1.0.3",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",