1.3.7 • Published 2 years ago

amelies-images v1.3.7

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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

2 years ago

1.3.6

2 years ago

1.3.5

2 years ago

1.3.4

2 years ago

1.3.3

2 years ago

1.3.2-dev

2 years ago

1.3.1-dev

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago