Skip to content

Commit ded43c6

Browse files
authored
Merge pull request #14 from YaswinVikhaashSF4272/master
988677: Updated Readme
2 parents 675625e + da0772e commit ded43c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Integrating React Image Editor with Rich Text Editor
22

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.
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, filtering, and annotation tools. Furthermore, it supports a wide range of image formats, including JPEG, PNG, GIF, BMP, and WEBP, ensuring compatibility with most web applications. The seamless integration enhances user experience by allowing inline image editing directly within the rich text context, reducing the need for external tools.
44

55
## Project prerequisites
66

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.
7+
Make sure that you have the latest versions of NodeJS (version 14 or higher) and Visual Studio Code installed on your machine before starting to work on this project. Additionally, ensure you have a modern web browser like Chrome or Firefox for testing the application.
88

99
### How to run this application?
1010

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.
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. This will launch the application on localhost, where you can test the integration features. For production deployment, build the app with npm run build and host it on a server. If you encounter dependency issues, refer to the package.json for exact versions.

0 commit comments

Comments
 (0)