Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Node.JS SDK to ease the integration of Froala WYSIWYG Editor on server side.

License

Notifications You must be signed in to change notification settings

KudosInc/wysiwyg-editor-node-sdk

 
 

Repository files navigation

Froala WYSIWYG Editor Node.JS SDK

npm npm npm

Easing the Froala WYSIWYG HTML Editor server side integration in Node.JS projects.

Prerequisite

  1. ImageMagick must be installed.

Installation

  1. Clone this repo or download the zip.

  2. Run npm install.

  3. (Optional) Run bower install to install the editor JS.

  4. Load lib directory in your project and import it: var FroalaEditor = require('path/to/lib/froalaEditor.js');

  5. To run examples:

  • npm start to start a nodejs server form examples directory at http://localhost:3000/

Import lib

var FroalaEditor = require('path/to/lib/froalaEditor.js');

Documentation

Help

License

The Froala WYSIWYG Editor Node.JS SDK is licensed under MIT license. However, in order to use Froala WYSIWYG HTML Editor plugin you should purchase a license for it.

Froala Editor has 3 different licenses for commercial use. For details please see License Agreement.

About

Node.JS SDK to ease the integration of Froala WYSIWYG Editor on server side.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 54.2%
  • Shell 43.6%
  • Dockerfile 2.2%