Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dbkaplun/hterm-umdjs
Chromium's hterm, automatically packaged as a UMD module (CommonJS/AMD/globals)
https://github.com/dbkaplun/hterm-umdjs
Last synced: 19 days ago
JSON representation
Chromium's hterm, automatically packaged as a UMD module (CommonJS/AMD/globals)
- Host: GitHub
- URL: https://github.com/dbkaplun/hterm-umdjs
- Owner: dbkaplun
- License: mit
- Created: 2016-06-25T06:07:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-26T21:27:40.000Z (over 4 years ago)
- Last Synced: 2024-10-18T15:31:55.417Z (28 days ago)
- Language: JavaScript
- Homepage:
- Size: 366 KB
- Stars: 37
- Watchers: 5
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hterm-umdjs [![Build Status](https://travis-ci.org/dbkaplun/hterm-umdjs.svg?branch=master)](https://travis-ci.org/dbkaplun/hterm-umdjs)
Chromium's hterm, automatically packaged as a UMD module (CommonJS/AMD/globals)## Installation
```sh
$ npm install hterm-umdjs
```## Usage
```js
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
* Chromium's [hterm](https://chromium.googlesource.com/apps/libapps/+/HEAD/hterm)
* [hterm-umd](https://www.npmjs.com/package/hterm-umd), another wrapper