Open robertmylne opened 4 years ago
public function generate(string $code, int $widthFactor = 2, int $totalHeight = 30, $color = '#000000')
Can this interface please be updated to allow floats so I can do small barcodes.
floats
@robertmylne Wow, I am so sorry for missing this. Would you be willing to submit a PR with the changes you are wanting to do?
public function generate(string $code, int $widthFactor = 2, int $totalHeight = 30, $color = '#000000')
Can this interface please be updated to allow
floats
so I can do small barcodes.