Skip to content

Research on how Gboard Emoji Kitchen Stickers work.

License

Notifications You must be signed in to change notification settings

UCYT5040/Google-Emoji-Kitchen-Research

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 31, 2025
ab8f605 · · Jul 31, 2025

History

104 Commits
Jan 9, 2022
Oct 7, 2021
Jul 31, 2025
Jul 31, 2025
Jul 31, 2025
Jul 31, 2025
Jul 31, 2025
Jul 31, 2025
Jul 31, 2025
Jan 9, 2022
Jul 31, 2025
Mar 11, 2022
Jul 31, 2025
Nov 28, 2022
Mar 11, 2022
Jan 8, 2022
Jul 31, 2025
Jul 31, 2025
Jul 31, 2025
Jul 31, 2025
Jul 31, 2025
Nov 22, 2021

Repository files navigation

Google Emoji Kitchen Research

This repository contains all the emoji kitchen combinations from Google's Emoji Kitchen feature, which allows users to combine two emojis to create a new one..

All the combinations can be found in the stickers/ directory.

Web Interface

A web interface, called "Emoji Chef" is available to combine two emojis.

It will first try to get the cached combinations from the stickers/ directory, and if not found, it will fetch the combinations from Google's servers..

Setup

npm run build
npm ci --omit dev
node buildld

For more options, see SvelteKit documentation.