Skip to content

Commit 72443e1

Browse files
authored
Update README.md
1 parent 34fac46 commit 72443e1

File tree

1 file changed

+6
-20
lines changed

1 file changed

+6
-20
lines changed

README.md

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,11 @@
1-
# Integrating an Image Editor with a Syncfusion React Rich Text Editor
1+
# Integrating React Image Editor with Rich Text Editor
22

3-
This repository showcases an integrating an Image Editor with a Syncfusion React Rich Text Editor.
3+
Integrating an image editor with a React Rich Text Editor, this library provides an easy-to-use API that allows developers to quickly and easily add an image editor to their React Rich Text Editor. It offers a variety of features, such as image cropping, resizing, rotation, and more. Furthermore, it supports a wide range of image formats, including JPEG, PNG, and GIF.
44

5-
## Available Scripts
5+
## Project prerequisites
66

7-
In the project directory, you can run:
7+
Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.
88

9-
### `npm start`
9+
### How to run this application?
1010

11-
Runs the app in the development mode.\
12-
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
13-
14-
The page will reload when you make changes.\
15-
You may also see any lint errors in the console.
16-
17-
### `npm run build`
18-
19-
Builds the app for production to the `build` folder.\
20-
It correctly bundles React in production mode and optimizes the build for the best performance.
21-
22-
The build is minified and the filenames include the hashes.\
23-
Your app is ready to be deployed!
24-
25-
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
11+
To run this application, you need to clone the `react-image-editor-with-rich-text-editor` repository and then open it in Visual Studio Code. Now, simply install all the necessary react packages into your current project using the `npm install` command and run your project using the `npm start` command.

0 commit comments

Comments
 (0)