https://github.com/ergunsh/emoji-to-image
Zeplin Extension that generates image blobs from emoji characters. 👨🎨
https://github.com/ergunsh/emoji-to-image
zeplin zeplin-extension
Last synced: 10 months ago
JSON representation
Zeplin Extension that generates image blobs from emoji characters. 👨🎨
- Host: GitHub
- URL: https://github.com/ergunsh/emoji-to-image
- Owner: ergunsh
- Created: 2018-05-25T21:49:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-25T21:58:01.000Z (about 8 years ago)
- Last Synced: 2025-05-20T11:08:30.887Z (about 1 year ago)
- Topics: zeplin, zeplin-extension
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Emoji to Image 👩🎨 - Zeplin Extension ⚗️
Turns your emoji strings into downloadable images.
### Sample Output 📤
Outputs a JSON with blob urls that contains the image file.
### Usage
Sadly, this extension uses [OffscreenCanvas](https://developer.mozilla.org/en-US/docs/Web/API/OffscreenCanvas/OffscreenCanvas) which has only experimental support
in major browsers. I've developed it in Chrome 66.0.3359.181 and it has this feature with experimental flag and you need to activate it from `chrome://flags/` by enabling `Experimental canvas features` and `Experimental Web Platform features`.
Then, you can use this extension with these steps:
* Clone the repo
* `cd` into it.
* run `npm run start`
* Open Zeplin and add this extension as local.
For adding an extension as local, you can follow this [Adding a local extension](https://github.com/zeplin/zeplin-extension-documentation/blob/master/tutorial.md#adding-a-local-extension)
### Development 💻
Emoji to Image is developed using [zem](https://github.com/zeplin/zem), Zeplin Extension Manager. zem is a command line tool that lets you quickly create and test extensions.
To learn more about zem, [see documentation](https://github.com/zeplin/zem).