barcoder icon indicating copy to clipboard operation
barcoder copied to clipboard

A classy package to generate SVG barcodes for the web.

Results 2 barcoder issues
Sort by recently updated
recently updated
newest added

Currently we rely on the [kreativekorp/barcode](https://github.com/kreativekorp/barcode) library, but it would be nice to implement the generation logic ourselves for a lot more flexibility and customization.

enhancement

Instead of having to do `Barcoder::code128($data)->hideLabel()->toSvg()` every time, I should be able to do it just once. ```php Barcoder::hideLabel(); ```

enhancement