You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation states that the text property in the config object allows customizing the human readable text shown under the barcode. However, it appears that setting anything to the property has no effect:
try{const{ data }=awaitcreateStream({symbology: SymbologyType.CODE128,text: "custom_text",//has no effect, original input used for barcode generation will appear instead},input,OutputType.PNG)console.log('Result: ',data)returndata;}catch(err){console.error('Error: ',err)returnundefined}
The text was updated successfully, but these errors were encountered:
Hello,
The documentation states that the
text
property in theconfig
object allows customizing the human readable text shown under the barcode. However, it appears that setting anything to the property has no effect:The text was updated successfully, but these errors were encountered: