Quick and dirty image upscaler using the Lanczos algorithm. Doesn't use WebGL or anything fancy, just pure canvas. Note: this will slow down your web browser, especially if you try and resize anything over 2K, since canvas does not have hardware acceleration by default. I do not plan on fixing it. I couldn't find anything like this online for free, so I made it myself.
Report bugs/feature requests/issues on Github Issues.