UNPKG

toloframework

Version:

Javascript/HTML/CSS compiler for Firefox OS or nodewebkit apps using modules in the nodejs style.

7 lines (4 loc) 147 B
require( 'main', function(exports, module) { var Editor = require("tp4.wysiwyg-editor"); var editor = new Editor(); editor.appendToBody(); });