Skip to content

Commit

Permalink
Merge pull request #95 from trand2/master
Browse files Browse the repository at this point in the history
Add support for CODE128A, CODE128B and CODE128C
  • Loading branch information
kciter authored Mar 15, 2024
2 parents 907748a + 65647a5 commit cfeddbf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ export interface Options {
format?:
| "CODE39"
| "CODE128"
| "CODE128A"
| "CODE128B"
| "CODE128C"
| "EAN13"
| "ITF14"
| "ITF"
Expand Down

0 comments on commit cfeddbf

Please sign in to comment.