35 lines
704 B
Markdown
35 lines
704 B
Markdown
# Place image: Random images for work on web development or design.
|
|
|
|
![website](demo2.jpg)
|
|
|
|
## [Download now](https://github.com/tanrax/place-image/releases/download/master/pack-place-images.zip)
|
|
(Daily new images)
|
|
|
|
|
|
## [Website](https://place-image.andros.dev/)
|
|
(Daily new images)
|
|
|
|
- 10 random images with random sizes
|
|
- 10 people images with 200x200
|
|
- 10 square images with 800x800
|
|
- 10 rectangle images with 800x400
|
|
|
|
## Generate your customs images
|
|
|
|
### Require
|
|
|
|
- webp: `apt install webp`
|
|
- fish: `apt install fish`
|
|
|
|
### Download
|
|
|
|
``` bash
|
|
curl -L https://raw.githubusercontent.com/tanrax/place-image/master/place-images.fish -o place-images.fish
|
|
```
|
|
|
|
### Run
|
|
|
|
``` bash
|
|
fish place-images.fish
|
|
```
|