Skip to content

Commit 34fac46

Browse files
authored
Added sample files
1 parent 5d839ca commit 34fac46

17 files changed

+25304
-6
lines changed

README.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
1-
# Integrate React Image Editor Component with Rich Text Editor
2-
Integrating an image editor with a React Rich Text Editor can be achieved by using a library such as React-Image-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 provides a variety of features, including image cropping, resizing, rotation, and more. Additionally, it supports a wide range of image formats, including JPEG, PNG, and GIF.
1+
# Integrating an Image Editor with a Syncfusion React Rich Text Editor
32

4-
## Project prerequisites
3+
This repository showcases an integrating an Image Editor with a Syncfusion React Rich Text Editor.
54

6-
Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.
5+
## Available Scripts
76

8-
### How to run this application?
7+
In the project directory, you can run:
98

10-
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.
9+
### `npm start`
10+
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.

0 commit comments

Comments
 (0)