Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/playerony/image-generator-for-qa
UI to generate images at any size and dimensions in order to tests FE and BE limitations
https://github.com/playerony/image-generator-for-qa
Last synced: 4 days ago
JSON representation
UI to generate images at any size and dimensions in order to tests FE and BE limitations
- Host: GitHub
- URL: https://github.com/playerony/image-generator-for-qa
- Owner: playerony
- Created: 2024-07-17T16:06:38.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T19:26:05.000Z (5 months ago)
- Last Synced: 2024-08-23T20:51:17.447Z (5 months ago)
- Language: TypeScript
- Homepage: https://image-generator-for-qa.vercel.app
- Size: 2.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image generator for qa
## Introduction
I created this image generator to be able to get an image with the desired image size and dimensions to verify all necessary validations on frontend and backend (and if you are crazy you can generate images up to 1600 megabytes in size)
## Technologies
- QWIK to have perfect SEO,
- PNGJS to handle gracefully image generation,## Important node
Technically it's using a web worker to prevent blocking the main threat and it will always download every image immediately because they are generated locally on your computer.