Random Animal/Anime Δ°mage
β€οΈ by Roxza#2999(Discord)
Developed with
π¦ Installation
npm i image-random --save
yarn add image-random
π Usage
const rimg = require("image-random");
/* Animal */
rimg
.animal("dog")
.then((img) => console.log(img))
.catch(console.error);
/* Anime */
rimg
.anime("hug")
.then((img) => console.log(img))
.catch(console.error);
/* Memes */
rimg
.memes()
.then((img) => console.log(img))
.catch(console.error);
π Animal names
- dog
- cat
- panda
- fox
- red_panda
- koala
- bird
- raccoon
- kangaroo
- bunny
- duck
- lizard
- shiba
Anime Genres
- wink
- pat
- hug
- kiss
β€οΈ APIs used
- some-random-api.ml / Animal - Anime
- kawaii.red / Anime Kiss
- nekos.life / Lizard
- shibe.online / Shiba
- random-d.uk / Duck
- api.bunnies.io / Bunny
License
MIT