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 pnpm
Read more about pnpm here.
apps/web
: a qwik app that serves the Presize.io websitepackages/eslint-config-custom
:eslint
configurations for this repositorypackages/tsconfig
:tsconfig.json
s used throughout the monorepo
Once you have pnpm setup, run the following command to install dependencies.
pnpm install
To start the app locally, run
pnpm -r dev