1
0
Fork
You've already forked openmoji
0
Open source emojis for designers, developers and everyone else!
  • HTML 97.6%
  • JavaScript 2.1%
  • Shell 0.3%
Find a file
2023年05月04日 16:16:12 +02:00
.github/workflows test: ci 2023年01月06日 17:21:21 +00:00
black Exported production files 2023年01月13日 10:56:26 +01:00
color Exported production files 2023年05月04日 16:13:30 +02:00
data Add 'notes' tag to U+270F, U+1F4C4 and U+1F4DD 2023年01月26日 11:04:04 +00:00
font Be more generous about support for COLRv0 on desktop 2023年01月23日 21:57:09 +00:00
guidelines improve stroke in Mechanical Arm and pigeon 2020年06月14日 14:08:24 +01:00
helpers Adjust whitespace in index.html 2023年01月13日 13:23:12 +00:00
src Fix key emojis to not show color outside of the outlines 2023年05月04日 13:46:28 +02:00
test Parallelized mocha to speed up tests (ca. 25% faster now) 2022年02月10日 17:46:01 +01:00
.editorconfig Include CSS in EditorConfig. 2020年11月28日 14:27:05 +00:00
.gitattributes Initial commit 2017年12月13日 11:09:56 +01:00
.gitignore Bring back scfbuild for SVG font. 2023年01月06日 17:22:30 +00:00
.npmignore Update docs and packaging for COLR/CPAL TTFs. 2023年01月06日 17:22:20 +00:00
.nvmrc Bumped node.js version to v14.x 2021年05月18日 15:06:49 +02:00
API.md Update API.md 2020年05月22日 11:40:51 +02:00
changelog.txt Update changelog.txt 2023年05月04日 16:16:12 +02:00
CODE_OF_CONDUCT.md Fix code of conduct link 2021年08月13日 19:50:11 -04:00
CONTRIBUTING.md Add missing spaces after commas 2022年05月09日 19:07:32 +01:00
FAQ.md solve 0035-FE0F-20E3 problem 2022年11月05日 19:40:17 +05:30
index-list.html Add 'notes' tag to U+270F, U+1F4C4 and U+1F4DD 2023年01月26日 11:04:04 +00:00
index.html Adjust whitespace in index.html 2023年01月13日 13:23:12 +00:00
index.js Fix code style 2020年05月09日 18:50:39 +03:00
LICENSE.txt Renamed to LICENSE.txt (CC BY-SA 4.0) 2020年02月21日 15:31:06 +01:00
package-lock.json chore: update package-lock.json 2023年01月06日 17:22:31 +00:00
package.json 🏖 🍦 OpenMoji 14.0 2022年07月05日 11:04:00 +02:00
README.md Add flutter_openmoji to community extensions 2022年12月22日 13:53:34 +01:00

OpenMoji

openmoji-github-keyvisual

Open-source emojis for designers, developers and everyone else! OpenMoji is an open-source project of the HfG Schwäbisch Gmünd by Benedikt Groß, Daniel Utz, 70+ students and external contributors.

👉 OpenMoji.org/

Interact, create, save, and share your work! 🌈#openmoji

This GitHub repository contains all of the source files and exported png/svg files of the OpenMoji project.

⚠️ Please note that the master branch is in active development, so if you're looking for stable production version please use one of the releases.

🛠 You can check the latest work in progress developments via the OpenMoji Dev Catalog which lists all OpenMojis of the master branch.

Table of Contents

Downloads & Distribution Channels

You can download, use and "consume" OpenMoji in various ways:

  • SVG: Color & Black (production ready)
  • Fonts: Color & Black (experimental)
  • PNG 618x618: Color & Black (production ready)
  • PNG 72x72: Color & Black (production ready)
  • OpenMoji app: for iOS with emoji picker
  • OpenMoji Stickers: for iOS Messages app
  • OpenMoji Github: git clone --depth 1 https://github.com/hfg-gmuend/openmoji.git The OpenMoji repo is big! It is recommended to clone it without the entire history, note the --depth flag.
  • OpenMoji NPM Package: npm install openmoji. You can also get individual files via UNPKG directly e.g.: unpkg.com/openmoji@12.1.0/color/svg/1F64B.svg
  • CDN (will always fetch latest version - to pin to a version, see documentation here): cdn.jsdelivr.net/gh/hfg-gmuend/openmoji/color/svg/1F63A.svg

Community Extensions

Attribution Requirements

As an open source project, attribution is critical from a legal, practical and motivational perspective. Please give us credits! Common places for attribution are for example: to mention us in your project README, the 'About' section or the footer on a website/in mobile apps.

Attribution suggestion:

All emojis designed by OpenMoji – the open-source emoji and icon project. License: CC BY-SA 4.0

Anatomy of the OpenMoji Repository

black/ and color/ Contains all exported .png and .svg files 1

data/ Contains the central openmoji.json with all meta informations for each emoji 1

font/ Contains the exported OpenMoji fonts 1

guidelines/ Contains various template files related to the styleguide 1

helpers/ Contains various helper scripts e.g. to export to .png and .svg, generate skintones variants, enforce the OpenMoji color palette etc. 2

src/ Contains all source .svg files of OpenMoji. The files are broken up into folders and files corresponding with the Unicode groups and sub-groups 1

test/ Automated unit tests to ensure consistency across all source .svg files 2

License

1 OpenMoji graphics are licensed under the Creative Commons Share Alike License 4.0 (CC BY-SA 4.0)

License: CC BY-SA 4.0

2 Code licensed under the GNU Lesser General Public License v3 (LGPL-3.0)

License: LGPL-3.0