
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
@syncfusion/ej2-react-image-editor
Advanced tools
The React Image Editor component is a graphical user interface used for editing images. It provides built-in support for rotate, flip, zoom, and crop the images based on the selection. It also has support for inserting an annotations including rectangle, ellipse, line, text, and freehand drawings.
Getting started . Online demos . Learn more
Trusted by the world's leading companies
You can use create-react-app
to setup applications. To create React app use the following command.
npx create-react-app my-app --template typescript
cd my-app
npm start
All Syncfusion react packages are published in the npmjs.com registry. To install the react image editor package, use the following command.
npm install @syncfusion/ej2-react-image-editor --save
Add CSS references needed for a react image editor in src/App.css from the ../node_modules/@syncfusion package folder.
@import "../node_modules/@syncfusion/ej2-base/styles/bootstrap5.css";
@import "../node_modules/@syncfusion/ej2-buttons/styles/bootstrap5.css";
@import "../node_modules/@syncfusion/ej2-popups/styles/bootstrap5.css";
@import "../node_modules/@syncfusion/ej2-splitbuttons/styles/bootstrap5.css";
@import "../node_modules/@syncfusion/ej2-inputs/styles/bootstrap5.css";
@import "../node_modules/@syncfusion/ej2-navigations/styles/bootstrap5.css";
@import "../node_modules/@syncfusion/ej2-image-editor/styles/bootstrap5.css";
In the src/App.tsx file, use the following code snippet to render the Syncfusion React Image Editor component and import App.css to apply styles to the image editor:
import { ImageEditorComponent } from '@syncfusion/ej2-react-image-editor';
import * as React from 'react';
import './App.css';
function App() {
return ( <div id="wrapperDiv">
<ImageEditorComponent/>
</div>);
};
export default App;
Image Editor component is also offered in the following frameworks.
Ā Ā Ā Ā Ā JavaScriptĀ Ā Ā Ā | Ā Ā Ā Ā Ā Ā Ā AngularĀ Ā Ā Ā Ā Ā | Ā Ā Ā Ā Ā Ā Ā VueĀ Ā Ā Ā Ā Ā Ā Ā Ā | Ā Ā ASP.NETĀ CoreĀ Ā | Ā Ā ASP.NETĀ MVCĀ Ā |
---|
Product support is available through the following mediums.
Check the changelog here. Get minor improvements and bug fixes every week to stay up to date with frequent updates.
This is a commercial product and requires a paid license for possession or use.Syncfusion® Essential Studio®licensed software, including this component, is subject to the terms and conditions ofSyncfusion® Essential Studio®EULA. To acquire a license for 80+ React UI components, you can purchase or start a free 30-day trial.
A free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
See LICENSE FILE for more info.
Ā© Copyright 2025 SyncfusionĀ® Inc. All Rights Reserved. The SyncfusionĀ® Essential StudioĀ® license and copyright applies to this distribution.
FAQs
Essential JS 2 ImageEditor for React
We found that @syncfusion/ej2-react-image-editor demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.Ā It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.