A Raycast extension that allows you to search for kaomoji and copy it to the clipboard.
This extension uses asciilib as a data source.
If you desire to add more kaomoji to the database, consider contributing to the asciilib library.
As documented:
npm install
npm run dev
Make sure everything is written well using npm run lint
and that the production build is alright using npm run build
.