Project: Processing of the uploaded image (serverless, no storage except on a browser) using vanilla (without npm libraries) JS
Short instruction of page functionality usage:
- Upload an image for processing, using the button below;
- Note that the uploaded image is stored only in the browser session memory, it will be discarded after page reload / close;
- This page is static (without the running backend) the host - GitHub pages, the code is here