Installation
The React Document Editor is a collection of npm packages, which can be found on GitHub.
System Requirements
To ensure a smooth installation and operation, please make sure your system meets the following requirements:
- Node.js: Version 12.0 or above is required. When installing Node.js, it is recommended to select all checkboxes related to dependencies.
Installation
To add the @mindfiredigital/react-canvas-editor
npm package to your project, follow these steps:
Open a terminal or integrated terminal within your code editor.
Run the following command to install the @mindfiredigital/react-canvas-editor package:
npm install @mindfiredigital/react-canvas-editor
- This command will automatically add the necessary dependencies to your project, enabling you to run the Document Editor smoothly.
Please ensure that your Node.js version meets the specified requirements before proceeding with the installation.