https://github.com/paulprogrammer/npm-checkdigit
Code128 string formatter
https://github.com/paulprogrammer/npm-checkdigit
Last synced: 3 months ago
JSON representation
Code128 string formatter
- Host: GitHub
- URL: https://github.com/paulprogrammer/npm-checkdigit
- Owner: paulprogrammer
- License: mit
- Created: 2018-08-11T19:05:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-12T00:52:58.000Z (almost 8 years ago)
- Last Synced: 2025-08-09T02:23:42.112Z (11 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/paulprogrammer/npm-checkdigit)
Simple library for encoding strings per various barcode standards.
# Usage
Right now, only one method. `Code128A(string)` returns the string encoded according to the Code 128 A code set, suitable for use with most freely available Code 128 fonts.
# License
This library is freely distributable under the terms of the MIT license.