UNPKG

codify-node

Version:

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

8 lines (7 loc) 147 B
declare type SymbologyResult = { data?: string; width: number; height: number; message: string; }; export default SymbologyResult;