It's originally a C/C++ application, ported to web with Emscripten.
but if you want pixel-scaling on a 2d canvas, one trick is to use this CSS
image-rendering: pixelated;
https://developer.mozilla.org/en-US/docs/Games/Techniques/Crisp_pixel_art_look
It's originally a C/C++ application, ported to web with Emscripten.
but if you want pixel-scaling on a 2d canvas, one trick is to use this CSS
image-rendering: pixelated;
https://developer.mozilla.org/en-US/docs/Games/Techniques/Crisp_pixel_art_look