https://github.com/codehz/hterm-packager
https://github.com/codehz/hterm-packager
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codehz/hterm-packager
- Owner: codehz
- License: bsd-3-clause
- Created: 2020-02-03T10:19:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-04T09:08:41.000Z (about 6 years ago)
- Last Synced: 2025-06-20T09:59:13.392Z (8 months ago)
- Size: 225 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```