- Search emojis by name and short names (like GitHub, Slack and so on)
- Copy emoji as text
- Copy emoji as image
- available formats: PNG, SVG
- You can paste the image to your PowerPoint or Google Slides presentation, Figma design, and so on
- (Comming soon) Offline support
- Node.js - 16.x
- Yarn - 1.x
This repository has some submodules. So you should use --recursive
option when cloning or run git submodule update --init --recursive --recommend-shallow --depth 1
after cloning.
git clone --recursive https://github.com/ygkn/emoji-picker.git
## or run
# git submodule update --init --recursive --recommend-shallow --depth 1
## after cloning
cd emoji-picker
Then, run yarn install
to install dependencies.
yarn dev
see package.json for more details.