- Getting Started
- Browser Support
- Languages Support
- Shortcuts
- Activation
- Examples
- Customize the Editor
- Use-cases
- Plugins
- APIs
- Development Frameworks
- Server Integrations
- Server SDKs
- Migration Guides
- Changelog
- Tutorials
- Froala Docs
- /
- SDKs
- /
- Node JS
Node.JS SDK Froala Editor
Install the Froala Editor SDK Node package
NPM is the package manager for Node.JS. Get the Editor SDK installed 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');