Skip to content

fourcels/react-image-upload

Repository files navigation

React Image Upload

NPM version

A image upload component for React

Visit react-image-upload to view the documentation and examples.

Getting Started

Install

pnpm add @fourcels/react-image-upload

Basic Usage

import { ImageUpload } from "@fourcels/react-image-upload";
import "@fourcels/react-image-upload/style.css";

function MyApp() {
  return <ImageUpload />;
}

Acknowledgments