A kaomoji picker browser extension.
Kaomoji Picker is a simple extension that allows you to copy and paste kaomoji quickly and use them to make yourself look cuter (✿^‿^)
Emoticons are divided into groups for the ease of use. Supports light and dark theme.
Requirements: node.js (recommended v16+)
Install dependencies: npm install
npm start
npm run build:firefox
Builds a package for Firefox. Outputs to package/
npm run build:chrome
Build a package for Chrome. Outputs to package-chrome/
npm run build
Builds the React app and outputs to build/
. Can be used for testing the popup.
npm test