Skip to content

KaterinUtkina/pdf-crop

Repository files navigation

PDF Crop

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.

Table of Contents

Features

  • PDF document loading
  • Canvas-based display of PDF documents
  • Area selection for cropping into images

Live Demo

Check out the live demo of the PDF Crop: PDF Crop Live Demo

Getting Started

Prerequisites

Ensure you have the following installed on your local machine:

Installation

  1. Clone the repository:

    git clone https://github.com/KaterinUtkina/pdf-crop.git
    cd pdf-crop
    
  2. Install the dependencies:

    Using npm:

    npm install

    Using yarn:

    yarn install

Usage

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.

About

React + TypeScript + Vite + Tailwind

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published