New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

make-emoji

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

make-emoji

Splices a (square) image into multiple emojis for Discord

latest
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

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!

FAQs

Package last updated on 23 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts