emoji-mashup
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

emoji-mashup

npm version npm downloads Github Actions CI License

Easily create & mashup custom emojis ♻️🥴

Install

# Using npm
npm install emoji-mashup

# Using yarn
yarn add emoji-mashup

Usage

createCustomEmoji({ base, mouth?, eyes?, special? })

This method converts the given emojis and then creates an SVG as string which you can write and edit.

const { createCustomEmoji } = require("emoji-mashup");

const newEmoji = { base: "🥴", mouth: "🥴", eyes: "💀", special: "🤕" };
var emojiCombined = createCustomEmoji(newEmoji);

// You receive a string with the svg data, in this example we write a file with that.
// You will generate a mashup of 🥴, 💀 & 🤕.

License

Published under MIT - Made with 💚

Readme

Keywords

none

Package Sidebar

Install

npm i emoji-mashup

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

262 kB

Total Files

359

Last publish

Collaborators

  • intevel