selfie2anime

1.0.2 • Public • Published

npm npm install size

NPM

Selfie 2 Anime

Installation

npm i selfie2anime

Get an anime version of yourself with a selfie!

Examples

Await/Async example

const { selfie2Anime } = require('selfie2anime')

async function test() {
    await selfie2Anime('./selfie.png', 'example@gmail.com', callback => {
        console.log(callback) // callback is optional
    })
}
      
test();

NOTES

  • NONE OF YOUR INFORMATION IS STORED ANYWHERE
  • The final image will be sent to your email (that's why an email is required)

Install

DownloadsWeekly Downloads

2

Version

1.0.2

License

ISC

Unpacked Size

3.36 kB

Total Files

3

Last publish

Collaborators

  • hk420