UNPKG

@logitech-mx-creative-console/core

Version:

An npm module for interfacing with the Logitech MX Creative Console

9 lines 506 B
import type { ButtonLcdImagePacker, InternalFillImageOptions } from './interface.js'; import type { EncodeJPEGHelper } from '../../models/base.js'; import type { Dimension } from '../../id.js'; export declare class JpegButtonLcdImagePacker implements ButtonLcdImagePacker { #private; constructor(encodeJPEG: EncodeJPEGHelper); convertPixelBuffer(sourceBuffer: Uint8Array, sourceOptions: InternalFillImageOptions, targetSize: Dimension): Promise<Uint8Array>; } //# sourceMappingURL=jpeg.d.ts.map