Skip to content

Latest commit

Β 

History

History
21 lines (16 loc) Β· 1.2 KB

README.md

File metadata and controls

21 lines (16 loc) Β· 1.2 KB

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 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

Development πŸ’»

Emoji to Image is developed using 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.