Foo imager is MIT-licensed open source project. It allows generating dummy images for testing.
Available formats that can be generated:
png gif jpg svg
yarn install
yarn run serve
yarn run build
yarn run lint
Generates dummy images with any size.
- (Optional) If you need to configure a secure connection and obtain a certificate from Let's Encrypt, it can be easily done with [https://github.com/evertramos/docker -compose-letsencrypt-nginx-proxy-companion][Web Proxy using Docker, NGINX and Let's Encrypt]. Please follow instructions from the repository.
- There are two options to run the project with Let's encrypt certificates or without. To run with certificates execute
.start.shscript. Or create a networkdocker network create -d bridge foo-imager-networkand run docker -composedocker-compose up -d.