1.0.1 • Published 6 months ago

ez-emoji v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Emoji Package

A simple package to use emojis easily in your applications.

All emojis were pulled from this list.

Installation

npm install ez-emoji

Usage

const Emoji = require('ez-emoji');

console.log(Emoji.CLOUD); // Outputs: ☁️
console.log(Emoji.SUN);   // Outputs: ☀️
1.0.1

6 months ago

1.0.0

6 months ago