Package Exports
- wysiwyg-editor-node-sdk
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (wysiwyg-editor-node-sdk) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Froala WYSIWYG Editor Node.JS SDK
Easing the Froala WYSIWYG HTML Editor server side integration in Node.JS projects.
Prerequisite
- ImageMagick must be installed.
Installation
Clone this repo or download the zip.
Run
npm install
.(Optional) Run
bower install
to install the editor JS.Load
lib
directory in your project and import it:var FroalaEditor = require('path/to/lib/froalaEditor.js');
To run examples:
npm start
to start a nodejs server formexamples
directory athttp://localhost:3000/
Import lib
var FroalaEditor = require('path/to/lib/froalaEditor.js');
Documentation
Help
- Found a bug or have some suggestions? Just submit an issue.
- Having trouble with your integration? Contact Froala Support team.
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.