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.
npm i -D zmodem-ts
Check the examples folder. Or just check how to use https://github.com/FGasper/zmodemjs since no API differences.
- Add more tests
- Add more examples
- Improve the code quality
MIT