It looks like you’re browsing an old version of Froala. Please go to the newer version of our docs for a more updated version.
- Back to Docs
- Install and Configure
- Image
- Server Upload
- Server Delete
- S3 Upload
- Resize
- Validation
- Image Manager
- Simple Server
- File
- Server Upload
- Server Delete
- S3 Upload
- Validation
- References
- Image
- File
- S3
Node.JS SDK Froala WYSIWYG Editor
Install the Froala Editor SDK Node package
NPM is the package manager for Node.JS. Get the WYSIWYG Editor SDK installed by running the command below.
npm install wysiwyg-editor-node-sdk
Import the SDK in your app
var FroalaEditor = require('PATH_TO_THE_SDK/lib/froalaEditor.js');