Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rayzr522/make-emoji
Splices a (square) image into multiple emojis for Discord
https://github.com/rayzr522/make-emoji
Last synced: 26 days ago
JSON representation
Splices a (square) image into multiple emojis for Discord
- Host: GitHub
- URL: https://github.com/rayzr522/make-emoji
- Owner: rayzr522
- Created: 2017-02-23T19:31:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-01T23:33:54.000Z (over 2 years ago)
- Last Synced: 2023-02-28T10:03:07.804Z (over 1 year ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 `**Example:**
`make-emoji myFile.png 6 derp`
File structure would be:
```shell
emoji-output-/
– derp0.png
– derp1.png
– derp2.png
– derp3.png
– ...
– derp35.png
```The input image MUST be square!