Days
Hours
Minutes
Seconds
x
Skip to content
Froala Documentation

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');