1.0.0 • Published 3 years ago

selfie-2-anime v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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)
1.0.0

3 years ago