PDF Crop is a React-based application designed for loading PDF documents, displaying them on a canvas, and allowing users to select area for cropping into images.
- PDF document loading
- Canvas-based display of PDF documents
- Area selection for cropping into images
Check out the live demo of the PDF Crop: PDF Crop Live Demo
Ensure you have the following installed on your local machine:
-
Clone the repository:
git clone https://github.com/KaterinUtkina/pdf-crop.git cd pdf-crop
-
Install the dependencies:
Using npm:
npm install
Using yarn:
yarn install
To start the development server, run:
Using npm:
npm run dev
Using yarn:
yarn dev
Open your browser and navigate to http://localhost:3000 to see the application running locally.