server icon indicating copy to clipboard operation
server copied to clipboard

how do I remove the description (text) associated with the generated barcode, is there a tag to insert in the API?

Open developmentkw opened this issue 1 year ago • 2 comments

Hello, thank you for your great work, but I have a question, is it possible to remove the text associated with the barcode? thanks

image

developmentkw avatar Dec 23 '23 12:12 developmentkw

i also need this if possible please

sacalito avatar Dec 28 '23 20:12 sacalito

i also need this if possible please

solved it temporarily using css

            <div style="height: 17px; overflow: hidden;">
                <img src="https://barcodeapi.org/api/128/1234" style="width: 125px; height: 25px; display: block;">
            </div>

sacalito avatar Dec 28 '23 22:12 sacalito

I apologize for the delayed response, you can now use the render option: ?text=none

MClarkDev avatar Aug 26 '24 23:08 MClarkDev