Skip to content

Chromium's hterm, automatically packaged as a UMD module (CommonJS/AMD/globals)

License

Notifications You must be signed in to change notification settings

Crystalnix/hterm-umdjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hterm-umdjs

Chromium's hterm, automatically packaged as a UMD module (CommonJS/AMD/globals)

Installation

$ npm install hterm-umdjs

Usage

import {hterm, lib} from 'hterm-umdjs';
// or
var htermUMDjs = require('hterm-umdjs');
var hterm = htermUMDjs.hterm;
var lib = htermUMDjs.lib;

hterm.defaultStorage = new lib.Storage.Memory();
var term = new hterm.Terminal();

See also

About

Chromium's hterm, automatically packaged as a UMD module (CommonJS/AMD/globals)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%