Jodit PRO can be obtained as an npm package.
You can download the latest version of the editor from your personal account at https://xdsoft.net/jodit/pro/cab/
If you've purchased an OEM license, you can download all the source files of the editors from your personal account at https://xdsoft.net/jodit/pro/cab/
To install and add it to your package.json
dependencies, execute:
Copy# with npm npm install jodit-pro # with yarn yarn add jodit-pro
React has a dedicated version of the library:
Copy# with npm npm install jodit-pro-react # with yarn yarn add jodit-pro-react