An open API service indexing awesome lists of open source software.

https://github.com/codehz/hterm-packager


https://github.com/codehz/hterm-packager

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# hterm.js ESM packager

Built from official repo: https://chromium.googlesource.com/apps/libapps

Patch for esm support (so you can use it with webpack/rollup/parcel/snowpack)

And add typescript definition

## usage

```typescript
import { hterm, lib } from "hterm-esm"
```