1.0.2 • Published 7 years ago

make-emoji v1.0.2

Weekly downloads
4
License
MIT
Repository
-
Last release
7 years ago

make-emoji

Takes a single square image and splices it into multiple smaller images for use as Discord emojis. I made this in 10 minutes for a friend.

Installation

yarn global add make-emoji

Or npm install -g make-emoji, but yarn is better! ༼ ºل͟º༽

Usage

make-emoji <input> <slices> <output>

Example:

make-emoji myFile.png 6 derp

File structure would be:

emoji-output-<date>/
– derp0.png
– derp1.png
– derp2.png
– derp3.png
– ...
– derp35.png

The input image MUST be square!

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago