1.3.7 • Published 3 years ago
amelies-images v1.3.7
About Amelie Images
Amelies-Images is a public image API that gives you access to the anime images, gifs and wallpapers of Amelie. You can use it for any project and get a wide range of anime images.
We are constantly expanding our images, gifs and wallpapers and always bring new content and categories.
Installation
npm i amelies-images
Example usage
Use standard image size
const amelie = require("amelies-images");
amelie.image("dance").then(e => {
console.log(e)
})
Use custom image size
const amelie = require("amelies-images");
amelie.image("dance", 512).then(e => { //you can use the sizes 512 and 780
console.log(e)
})
Here you will find categories for images that you need to write in the string to retrieve them.
Categories |
---|
cry |
dance |
happy |
hug |
kiss |
hentai The Hentai category contains NSFW or overly suggestive content! |
1.3.7
3 years ago
1.3.6
3 years ago
1.3.5
3 years ago
1.3.4
3 years ago
1.3.3
3 years ago
1.3.2-dev
3 years ago
1.3.1-dev
3 years ago
1.3.0
3 years ago
1.2.0
3 years ago
1.0.12
3 years ago
1.0.11
3 years ago
1.0.10
3 years ago
1.0.9
3 years ago
1.0.8
3 years ago
1.0.7
3 years ago
1.0.6
3 years ago
1.0.5
3 years ago
1.0.4
3 years ago
1.0.3
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago