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)