https://github.com/patarapolw/emojazz
Jazzy emoji / kaomoji picker
https://github.com/patarapolw/emojazz
emoji-picker
Last synced: 7 months ago
JSON representation
Jazzy emoji / kaomoji picker
- Host: GitHub
- URL: https://github.com/patarapolw/emojazz
- Owner: patarapolw
- License: mit
- Created: 2021-05-19T10:21:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-25T08:10:03.000Z (over 4 years ago)
- Last Synced: 2025-01-18T04:26:00.780Z (9 months ago)
- Topics: emoji-picker
- Language: TypeScript
- Homepage: https://emojazz.netlify.app
- Size: 91.6 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Jazzy emoji / kaomoji picker
## Goals
- Customizability / extendability / personalizability
- Includes Kaomoji
- Works offline / completely free
- Accepts contribution / allows to fork## Demo
See .
## Downloading
- Go to , and download OS-specific zip.
- Oddly, `*.tar` does have CLI utility natively on Windows 10, but not GUI. If you can't unzip, try 7-zip.## Backward compatibility to Windows 7
- [webview/webview](https://github.com/webview/webview) does not support Windows, and MUST NOT be included. You should download `emojazz-windows-no_fallback.tar` instead. Also, you need to either upgrade Internet Explorer to Microsoft Edge; or install Google Chrome.
## Chrome / Chromium is first-rated
If Chrome or Chromium is installed in that machine, it will try to locate it. Otherwise, define path to Chrome / Chromium using the environmental variable `LORCACHROME`.
## How to customize
- Edit the YAML to however you wanted. Wrong YAML format will crash the app, anyway.
- You can add additional images to `img/`.
- You DO NOT need fonts and images (as they are serve from the CDN), but if you want to be completely offline, get all files from `https://github.com/patarapolw/emojazz/tree/main/packages/nodejs/assets/{fonts,img}`, and put them at `/{fonts,img}`
- Double click the launcher (e.g. `*.exe` in Windows, and `*.app` in macOS)