Skip to content

Commit 01f34d3

Browse files
authored
Added TypeCode32 definition
1 parent 53b3172 commit 01f34d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ These barcode types are supported. All types support different character sets or
6464

6565
Most used types are TYPE_CODE_128 and TYPE_CODE_39. Because of the best scanner support, variable length and most chars supported.
6666

67+
- TYPE_CODE_32 (italian pharmaceutical code 'MINSAN')
6768
- TYPE_CODE_39
6869
- TYPE_CODE_39_CHECKSUM
6970
- TYPE_CODE_39E
@@ -117,4 +118,4 @@ file_put_contents('barcode.jpg', $generator->getBarcode('081231723897', $generat
117118
### Oneliner SVG output to disk
118119
```php
119120
file_put_contents('barcode.svg', (new Picqer\Barcode\BarcodeGeneratorSVG())->getBarcode('6825ME601', Picqer\Barcode\BarcodeGeneratorSVG::TYPE_KIX));
120-
```
121+
```

0 commit comments

Comments
 (0)