Barcode Generator from string

Hi,
i need to display a string on Barcode Format. I’ve an app witch ionic 8, capacitor 6 and angular 16.

For qrcode generator, i found a lot of solution, but i don’t find something for barcode generator.
Someone can help me please?

Monica

A quick Google search points to JsBarcode being popular.

But it’s indicate to use on browser. I need to use the generator inside android app.

Capacitor runs your app in an embedded browser on the device so almost any JS library will work with Capacitor.