A JavaScript based library to read full S19 files and create them from an input buffer. The codebase is still under development and is provided without any guarantee, so feel free to contribute to help make it better.
Looking for help? Create an issue and i'll get to you as soon as I can.
- latest: Under active development. Code for the latest release is in the branch for its major version number.
- alpha: Releases that are used solely to test upcoming features and changes. These cannot be guaranteed to be compatible with current releases
Current and LTS releases follow Semantic Versioning.
See Releases section
Run npm install --save https://github.com/rsispal/srecord-js
- Clone the project
- Run
npm install
- Run
npm run build
(production) - Run
npm run build:dev
(non-production)
Create a PR if there's any changes and features you can contribute.
LICENSE for the full license text.