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-imagesExample 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
4 years ago
1.0.11
4 years ago
1.0.10
4 years ago
1.0.9
4 years ago
1.0.8
4 years ago
1.0.7
4 years ago
1.0.6
4 years ago
1.0.5
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago