Jazzy emoji / kaomoji picker
- Customizability / extendability / personalizability
- Includes Kaomoji
- Works offline / completely free
- Accepts contribution / allows to fork
See https://emojazz.netlify.app.
- Go to https://github.com/patarapolw/emojazz/releases, 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.
- 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.
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
.
- 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)