Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.11 KB

README.md

File metadata and controls

47 lines (28 loc) · 1.11 KB

Placewaifu

Placewaifu allows users to generate anime placeholder images of any size.

Usage

Just place an image tag with the following endpoints, something like this

<img src="https://placewaifu.com/image/200" />

Endpoints

  • /image - Random placeholder of any size from the database
  • /image/:width - Square placeholder of :width length
  • /image/:width/:height- Resized placeholder of:width x :height dimensions
  • /images - List of all image data

Filter options

  • greyscale - black and white filter
  • blur - blur the image
Example
/image/200/500?greyscale&blur

Valid for every endpoint

All images are served as svgs for fast resizing

Contributing

Feel free to PR any new images you'd like to see get served.

NSFW content will not be accepted.

Images that are not contributed by PRs are taken from hifumi's database.

If you're interested in adding new features please submit an issue first.

Heavily inspired by placekeanu