Jodit Cloud is a variant of Jodit that can be integrated into your website as a JavaScript script. It doesn't come with a package, assembly, or any dependencies. Simply link the script and start using it. There's no need to provide a license key.
You can connect Jodit Cloud via a CDN. This requires including both the script and styles in your code.
Copy<link rel="stylesheet" href="https://cloud.xdsoft.net/build/latest/index.css?key=%%APIKEY%%" /> <script src="https://cloud.xdsoft.net/build/latest/index.css?key=%%APIKEY%%"></script>
The usage process is identical to the packaged version of Jodit.
Copyconst editor = new Jodit.make('#editor', { uploader: { url: 'https://xdsoft.net/jodit/connector/index.php?action=fileUpload' } });