tower-editor-directive

0.0.1 • Public • Published

Ace Editor Directive

Question. How do you go about converting libraries like the ace editor (which has dozens of themes/extensions) to component?

Installation

browser:

$ component install tower/editor-directive
$ git clone https://github.com/ajaxorg/ace-builds build/ace

Then put ace script tags into the DOM:

<script src="./build/ace/ace.js"></script>
<script src="./build/ace/mode-javascript.js"></script>

Example

var editor = require('tower-editor-directive');

Notes

Licence

MIT

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i tower-editor-directive

    Weekly Downloads

    1

    Version

    0.0.1

    License

    none

    Last publish

    Collaborators

    • viatropos