@girishsawant999/react-image-edit
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

Project logo

React Image Edit

Status GitHub Issues GitHub Pull Requests

Build License


A react npm package to crop, rotate & resize image before saving or upload.

React Image Edit Playground

📝 Usage

Just install the package using command

npm install @girishsawant999/react-image-edit

And then import component in your react app

import ImageEditor from '@girishsawant999/react-image-edit';

// Use ImageEditor Component

<ImageEditor src={defaultURL} onSave={(url): void => setUrl(url)} saveButtonText="Preview" />;

That's all and you are ready to go.

📃 Props

Prop Types Description
src string An image source url
onSave (url: string) => void A callback function on save button click gives you updated image url
maxWidth number
Default: 600
Final resize width for updated image height will be according to aspect ratio
saveButtonText string
Default: Save
Button text for final save update
containerClassName string Classes for container
imgClassName string Classes for Image tag
toolbarClassName string Classes for toolbar div

Package Sidebar

Install

npm i @girishsawant999/react-image-edit

Weekly Downloads

8

Version

2.0.1

License

MIT

Unpacked Size

10.2 kB

Total Files

4

Last publish

Collaborators

  • girishsawant999