UNPKG

@syncfusion/ej2-barcode-generator

Version:

Barcode generator component is a pure JavaScript library which will convert a string to Barcode and show it to the user. This supports major 1D and 2D barcodes including coda bar, code 128, QR Code.

22 lines (19 loc) 506 B
/* stylelint-disable-line no-empty-source */ .e-barcode, .e-datamatrix, .e-qrcode { display: block; } .e-content-placeholder.e-barcode.e-placeholder-barcode, .e-content-placeholder.e-datamatrixgenerator.e-placeholder-datamatrixgenerator, .e-content-placeholder.e-qrcodegenerator.e-placeholder-qrcodegenerator { background-size: 100% 100%; max-height: 100px; max-width: 100px; } .e-datamatrix-blazor-rect { shape-rendering: crispEdges; } .e-qrcode-blazor-rect { shape-rendering: crispEdges; }