Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.