1.4.1 • Published 6 years ago

hterm-umdjs v1.4.1

Weekly downloads
987
License
MIT
Repository
github
Last release
6 years ago

hterm-umdjs Build Status

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
const { hterm, lib } = require('hterm-umdjs');

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

See also

1.4.1

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

7 years ago

1.1.4

7 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago