emoji-plate

1.0.0 • Public • Published

Emoji-Plate

License: MIT

An Emoji manipulation, a canvas remake for emojis

Install

npm install emoji-plate --foreground-scripts

Update

npm install emoji-plate@latest --foreground-scripts

Usage

• Simple Docs

//two types of api "Discord" and "Emoji"
const { Discord, Emoji } = require('emoji-plate')

// Create a simple manipulation 
// Discord 
const discord = new Discord(/*size x*/ 10, /*size y*/ 5, /*ground*/ 🟫, /*frame*/ {vertical: '🟣', horizontal: '🔵'})

// Emoji 
const emoji = new Emoji(/*size x*/ 10, /*size y*/ 5, /*ground*/ 🟫, /*frame*/ {vertical: '🟣', horizontal: '🔵'})

Run tests

npx emoji-plate

Author

👤 FilipinoAkoYoutube

Problems? Needs?

-

This package is OPEN SOURCE

Check out how it works!


This README was generated with ❤️ by readme-md-generator

Readme

Keywords

Package Sidebar

Install

npm i emoji-plate

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

1.08 MB

Total Files

14

Last publish

Collaborators

  • filipinoakoyoutube