1.2.1 • Published 6 years ago

memoji v1.2.1

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

Memoji

Memoji is an NPM library to help you find your perfect memoji in ASCII Art

Installation

You need to run the following command to install memoji

npm install memoji --save

Including in your index.js

var memoji = require('memoji');

Get the Starter memoji help

memoji.help();

Example Memify

The memoji can have either gender: male or female and spectacles: true or false.

var person = {
	gender : male,
	spectacles: true
}

console.log( memoji.memify(person) );

##Disclaimer

This package is developed as a fun learning project and to help users get their personal memojis. If you find any copyrighted content then please mail the authors and the package will be immidiately taken down.

1.2.1

6 years ago

1.2.0

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago