1.0.0 ā€¢ Published 1 year ago

emoji-plate v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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?

  • Email: filipinoakoyoww@gmail.com

-

This package is OPEN SOURCE

Check out how it works!


This README was generated with ā¤ļø by readme-md-generator