Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Another learning experience through a React project

Notifications You must be signed in to change notification settings

Achyuth072/image-inpainting-widget

Repository files navigation

Image Inpainting Widget

Learning to create a simple image inpainting widget where users can upload an image, draw a mask, and export the original image with the mask.

Features

  • Upload an image (JPEG/PNG).
  • Draw a mask on the image using a brush tool.
  • Export the original image and mask as a pair.

Installation

  1. Clone the repository:

    git clone https://github.com/Achyuth072/image-inpainting-widget.git
  2. Navigate into the project directory:

    cd image-inpainting-widget
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm run dev

Libraries Used

  • Fabric.js: Canvas library for creating and manipulating images.
  • React: JavaScript library for building user interfaces.

Demo

About

Another learning experience through a React project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published