Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 656 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 656 Bytes

zmodem-ts

It is a ts fork of https://github.com/FGasper/zmodemjs.

Just rewrite with ts(except for browser.js), provide a more modern code base for users, should gain a little bit performance.

Ignore some errors instead of throw them, to avoid some app crash issues.

Installation

Node.js

npm i -D zmodem-ts

Usage example code

Check the examples folder. Or just check how to use https://github.com/FGasper/zmodemjs since no API differences.

Todos

  • Add more tests
  • Add more examples
  • Improve the code quality

License

MIT