codemirror-inject

0.1.0 • Public • Published

codemirror-inject

Travis Build Status

Inject CodeMirror into a page including base and theme CSS

Usage

var codemirror = require('codemirror-inject');
 
var el = document.getElementById('editor');
 
// loads the base styling for codemirror and mounts an instance in the given el
var editor = codemirror(el, {
  mode: 'javascript', // will load the `javascript` syntax mode
  theme: 'monokai' // will load the `monokai` theme
});

License

MIT

Dependencies (0)

    Dev Dependencies (8)

    Package Sidebar

    Install

    npm i codemirror-inject

    Weekly Downloads

    1

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • monteslu