Giter VIP home page Giter VIP logo

emojibuilder's Introduction

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

emojibuilder's People

Contributors

fdebijl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

fernandobdansi

emojibuilder's Issues

Improve loading performance

Time to interactivity is 14 seconds right now, this could easily be reduced by only loading the first N number of emoji or lazy loading them.

Path manipulation

Every path should be scalable, rotatable and duplicatable.
Requires #4 to be implemented first.

elements currently not movable?

Hi, the elements of the emojis on your site are currently unmovable for me. LMK if this is just a glitch on my end or if something is wrong, but I thought you should be alerted to it regardless.

Prevent sidebar overflow

The emojigrid in the sidebar overflows somewhat on most dimensions, this should be fixed with some CSS refactoring.

Add old emoji (unicode 9-10)

The current emoji are very grouped, so there's not much to move around. There should probably be a splash screen asking which version to use.

PNG output is clipped compared to drawboard

This drawboard:
image

Results in this output, where the top 50 or so pixels are clipped:
emoji 44

Probable cause:
Either the renderbox is too small, or the SVG's are too large. The SVG's and the renderbox both need an absolute value in pixels for their width and height, so either one of those needs to be adjusted dynamicallly in SaveAsPNG()

Layer selection

Every path should be selectable by means of a single/double click, which in turn should allow the following functionality:

  • deletion of paths
  • reordering of paths

Allow editing of multiple emoji at once

Currently adding any additional emoji causes the bottom emoji to not be interactable. This is because the top emoji's SVG container overlaps any containers below, causing the mousedown event to be captured by only the topmost container.

'Favorite' emoji category

Since unicode 11.0 has a stupid amount of emoji, there should probably be an option to add some favorites via cookies of the serviceworker cache.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.