A GitHub copy of the Star Micronics Web Print code found at https://starmicronics.com/support/developers/webprnt-sdk/.
- We have added support for the CommonJS module format.
- We have added a
main.json
file to act as a package entry point. - We have created
bower.json
andpackage.json
files to help manage dependencies and deployment.
To allow for ease of upgrading, we take the standard package supplied by Star Micronics, add support for CommonJS module
format, and repackage it with a +1
version. So, if the official version is v1.7.0
, our version is v1.7.0+1
.