 
  Looking for an image enlarger or upscaler? Sorry, this isn’t the place. Instead, this tool is made to compress — or more accurately, pixelate — your images in the simplest way possible.
No need for advanced editing skills or heavy photo software. Just drag and drop your photo, and LowResify will do the rest.
Honestly, I don’t know how else to put it — pixelated memes inspired me to create this weird little project.
This project uses Bun due to its speed and modern for the Node.js runtime.
bun installNote
After installation you might see some postinstall scripts are rejected automatically by Bun itself.
You can list all untrusted scripts using command:
bun pm untrustedTrust and run all of them with:
bun pm trust --allbun run devbun run buildUsing ESLint default configuration from Vite setup.
bun run lint