bootstrap3-wysihtml5-commonjs
v0.0.4
Published
Bootstrap 3 compatible wysiwyg editor to use with commonjs
Maintainers
Readme
Overview
Bootstrap-wysihtml5 is a javascript plugin that makes it easy to create simple, beautiful wysiwyg editors with the help of wysihtml5 and Twitter Bootstrap.
About this fork
This fork provides code that is commonjs compliant. This can be used with browserify
Usage
var $ = require('jquery');
var wysihtml5 = require('../src/bootstrap3-wysihtml5');
$('.textarea').wysihtml5(options);
See examples folder
Docs
For advanced usage, goto https://github.com/bootstrap-wysiwyg/bootstrap3-wysiwyg
