hterm-umdjs-cc
v1.2.0
Published
Chromium's hterm, automatically packaged as a UMD module and closure compiler clean
Downloads
1
Readme
hterm-umdjs-cc
Chromium's hterm, automatically packaged as a UMD module and closure compiler clean
Installation
$ npm install hterm-umdjs-cc
Usage
import {hterm, lib} from 'hterm-umdjs-cc';
// or
var htermUMDjs = require('hterm-umdjs-cc');
var hterm = htermUMDjs.hterm;
var lib = htermUMDjs.lib;
hterm.defaultStorage = new lib.Storage.Memory();
var term = new hterm.Terminal();
See also
- Chromium's hterm
- hterm-umdjs, another wrapper (fork source)
- hterm-umd, another wrapper