UNPKG

@nuintun/qrcode

Version:

A pure JavaScript QRCode encode and decode library.

11 lines (10 loc) 347 B
/** * @module transform */ import { Pattern } from '../Pattern.js'; import { FinderPatternGroup } from '../FinderPatternGroup.js'; import { PerspectiveTransform } from '../../common/PerspectiveTransform.js'; export declare function createTransform( finderPatternGroup: FinderPatternGroup, alignmentPattern?: Pattern ): PerspectiveTransform;