Bulk Preprocess, Resize and Crop Your Images.
🌐 Website
Presize.io is open-source with MIT license. Any contribution is highly appreciated!
This repository is a monorepo that uses pnpm as the package manager. If you don't have pnpm installed, you can install it with npm:
npm install -g pnpmRead more about pnpm here.
apps/web: a qwik app that serves the Presize.io websitepackages/eslint-config-custom:eslintconfigurations for this repositorypackages/tsconfig:tsconfig.jsons used throughout the monorepo
Once you have pnpm setup, run the following command to install dependencies.
pnpm installTo start the app locally, run
pnpm -r dev