https://github.com/Xetera/placewaifu
🎀 An incredibly cute placeholder service
https://github.com/Xetera/placewaifu
Last synced: 41 minutes ago
JSON representation
🎀 An incredibly cute placeholder service
- Host: GitHub
- URL: https://github.com/Xetera/placewaifu
- Owner: Xetera
- License: mit
- Created: 2019-07-15T02:38:40.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T03:49:32.000Z (25 days ago)
- Last Synced: 2025-04-05T15:08:46.512Z (10 days ago)
- Language: Haskell
- Homepage: https://placewaifu.com
- Size: 13.8 MB
- Stars: 127
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
- starred - Xetera/placewaifu - 🎀 An incredibly cute placeholder service (Haskell)
README
# 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
```html
![]()
```## 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](https://github.com/moedevs/hifumi)'s database.
## If you're interested in adding new features please submit an issue first.
Heavily inspired by [placekeanu](https://github.com/alexandersandberg/placekeanu.com)