zmodem-ts
v1.0.5
Published
A ts fork of FGasper/zmodemjs
Downloads
821
Readme
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