Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 367 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 367 Bytes

Random Smiley

Randomly get smiley emojis.

Usage

yarn add random-smiley

# or

npm i random-smiley
import randomSmiley from 'random-smiley';

randomSmiley();
randomSmiley(3);
const randomSmiley = require(random-smiley);

randomSmiley();
randomSmiley(3);

Changelog

CHANGELOG

LICENSE

MIT