@stacksjs/qrx
Version:
QR & Bar Code generating & reading. Lightweight & powerful.
6 lines • 530 B
TypeScript
export declare function getEncodingHeight(encoding: any, options: any): number;
export declare function getBarcodePadding(textWidth: number, barcodeWidth: number, options: any): number;
export declare function calculateEncodingAttributes(encodings: any, barcodeOptions: any, context?: any): void;
export declare function getTotalWidthOfEncodings(encodings: any): number;
export declare function getMaximumHeightOfEncodings(encodings: any): number;
declare function measureText(string: string, options: any, context?: any): number;