UNPKG

froala-editor

Version:

A beautiful Javascript WYSIWYG HTML rich text editor made by devs for devs. High performance and modern design make it easy to use for developers and loved by users.

6 lines 179 B
// Load the editor and the plugins we need. define(["jquery", "froala_editor", "fe_image", "fe_link"], function($) { $(function() { $('#edit').froalaEditor() }); });