UNPKG

taro-code

Version:

Taro.js barcode & qrcode, Image & Canvas

11 lines (10 loc) 305 B
import { Canvas } from '@tarojs/taro'; export declare function drawCanvasQRCode(text: string, options: { size?: number; typeNumber?: number; errorCorrectLevel?: 'L' | 'M' | 'Q' | 'H'; foregroundColor: string; backgroundColor: string; canvas: Canvas; padding: number; }): void;