All Projects β†’ Fdebijl β†’ EmojiBuilder

Fdebijl / EmojiBuilder

Licence: AGPL-3.0 license
Construct (or destruct) emoji from layered SVGs

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to EmojiBuilder

emojicodes
An extension to use emoji codes in your Sphinx documentation! 😍
Stars: ✭ 39 (+200%)
Mutual labels:  emoji, twemoji
Emoji Mart
One component to pick them all πŸ‘ŠπŸΌ
Stars: ✭ 4,687 (+35953.85%)
Mutual labels:  emoji, twemoji
Twemoji
Emoji for everyone. https://twemoji.twitter.com/
Stars: ✭ 13,604 (+104546.15%)
Mutual labels:  emoji, twemoji
Emoji
πŸš€ Find the emoji(Unicode)
Stars: ✭ 250 (+1823.08%)
Mutual labels:  emoji
Emojitwo
Fork of the last fully free EmojiOneβ„’ 2 artwork
Stars: ✭ 250 (+1823.08%)
Mutual labels:  emoji
country-flags
A small package to convert a country code to the corresponding country flag emoji
Stars: ✭ 27 (+107.69%)
Mutual labels:  emoji
morsemoji
Translate text to morse code, but the morse code is emojis
Stars: ✭ 48 (+269.23%)
Mutual labels:  emoji
Gitmoji Changelog
A changelog generator for gitmoji 😜
Stars: ✭ 250 (+1823.08%)
Mutual labels:  emoji
country-emoji
Converts between country names, ISO 3166-1 codes and flag emojis.
Stars: ✭ 81 (+523.08%)
Mutual labels:  emoji
emoticon
List of emoticons
Stars: ✭ 41 (+215.38%)
Mutual labels:  emoji
rn-emoji-keyboard
Super performant, lightweight, fully customizable emoji picker πŸš€
Stars: ✭ 228 (+1653.85%)
Mutual labels:  emoji
sticker-finder
⚑ A telegram bot for searching all the stickers (just like @gif).
Stars: ✭ 90 (+592.31%)
Mutual labels:  emoji
SEntiMoji
data, code, pre-trained models and experiment results for "SEntiMoji: An Emoji-Powered Learning Approach for Sentiment Analysis in Software Engineering"
Stars: ✭ 27 (+107.69%)
Mutual labels:  emoji
React Emoji Render
Normalize and render emoji's the way your users expect.
Stars: ✭ 250 (+1823.08%)
Mutual labels:  emoji
EmojiType
The writing helps to express as emoji. It was created to create short, funny scripts
Stars: ✭ 12 (-7.69%)
Mutual labels:  emoji
Console Dot Emoji
πŸ• Custom Console Logging with Emoji
Stars: ✭ 251 (+1830.77%)
Mutual labels:  emoji
discord-emoji
[Library/Deno] A near exact emoji tables of Discord for string-based insertion of emotes without having to escape Unicode.
Stars: ✭ 37 (+184.62%)
Mutual labels:  emoji
GitHub-Custom-Emojis
:_gimme: This userscript allows you to use and add custom emojis on GitHub
Stars: ✭ 59 (+353.85%)
Mutual labels:  emoji
AllGithubEmojis
A list of all supported github emojis updated weekly. https://jzeferino.github.io/AllGithubEmojis/
Stars: ✭ 82 (+530.77%)
Mutual labels:  emoji
text2emoji
Predict an emoji that is associated with a text
Stars: ✭ 30 (+130.77%)
Mutual labels:  emoji

EmojiBuilder

Summary:

Use Twitter's Open Source SVG emoji to build your own emoji/abominations.

Roadmap:

EmojiBuilder is still very much in development, check out the roadmap project for all the function that should be implemented shortly. If you think something is missing, put in an issue above!

Contributing & Building:

Yes please

Build your local copy by downloading or cloning the repo and doing the following:

sudo apt-get install nodejs npm && sudo apt-get update
npm install
gulp

Build/update the emoji collection by running svg.php - this script is also set to run after npm install by default:

# You should also install git in the unlikely event you have not done so yet.
sudo apt-get install php && sudo apt-get update
# Assuming cwd is emojibuilder root
php -f fetcher/svg.php

When deploying you should only upload the following files:

css
favicon
img
js
svg_detailed
svg_latest
emojiworker.js
index.html
svgs_detailed.json
svgs_latest.json
manifest.json
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].