UNPKG

codify-node

Version:

Generates 1D, 2D, and composite barcodes in png, svg, or eps formats.

17 lines (15 loc) 425 B
type BinResult = { /** Buffer output of bitmap data */ bitmap: number[] /** Buffer output of SVG or EPS data */ encodedData: string /** Width of the rendered symbology */ width: number /** Height of the rendered symbology */ height: number /** Messages produced by the library during render */ message: string /** Code produced by the library during render */ code: number } export default BinResult