/emojis-everywhere

an installable emoji keyboard

Primary LanguageJavaScriptMIT LicenseMIT

This tool is abandonned! Windows 10 now has a native emoji keyboard, just press ⊞ Windows+;

Emojis Everywhere

Do you like emojis? 👍

This tool allows you to invoke an emoji picker from any app, by pressing a keyboard shortcut.

screenshot of the app

Download it here.

Technical things

I made this app by throwing some nice libraries together then watching the magic happen:

To build the app yourself you can clone this repository then:

yarn install # install the dependencies
yarn start # launch the app in dev mode
yarn test # launch unit tests
yarn build # build the installer

You can also use npm but it isn't recommanded for the build command.