https://github.com/froala/wysiwyg-editor-node-sdk
Node.JS SDK to ease the integration of Froala WYSIWYG Editor on server side.
https://github.com/froala/wysiwyg-editor-node-sdk
froala-editor rich-text wysiwyg wysiwyg-editor wysiwyg-html-editor wysiwyg-java
Last synced: 2 months ago
JSON representation
Node.JS SDK to ease the integration of Froala WYSIWYG Editor on server side.
- Host: GitHub
- URL: https://github.com/froala/wysiwyg-editor-node-sdk
- Owner: froala
- License: mit
- Created: 2016-07-14T15:57:12.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2026-04-01T09:28:17.000Z (2 months ago)
- Last Synced: 2026-04-01T10:30:51.268Z (2 months ago)
- Topics: froala-editor, rich-text, wysiwyg, wysiwyg-editor, wysiwyg-html-editor, wysiwyg-java
- Language: JavaScript
- Homepage: https://www.froala.com/wysiwyg-editor
- Size: 141 KB
- Stars: 27
- Watchers: 6
- Forks: 28
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Froala WYSIWYG Editor Node.JS SDK
[](https://www.npmjs.com/package/wysiwyg-editor-node-sdk)
[](https://www.npmjs.com/package/wysiwyg-editor-node-sdk)
[](https://www.npmjs.com/package/wysiwyg-editor-node-sdk)
Easing the [Froala WYSIWYG HTML Editor](https://github.com/froala/wysiwyg-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.
3. Load `lib` directory in your project and import it: `var FroalaEditor = require('path/to/lib/froalaEditor.js');`
4. To run examples:
* `npm start` to start a nodejs server form `examples` directory at `http://localhost:3000/`
## Import lib
```javascript
var FroalaEditor = require('path/to/lib/froalaEditor.js');
```
## Documentation
* [Official documentation](https://www.froala.com/wysiwyg-editor/docs/sdks/nodejs)
## Help
- Found a bug or have some suggestions? Just submit an issue.
- Having trouble with your integration? [Contact Froala Support team](http://froala.dev/wysiwyg-editor/contact).
## 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](http://froala.com/wysiwyg-editor/pricing) for commercial use.
For details please see [License Agreement](http://froala.com/wysiwyg-editor/terms).