UNPKG

@solana/qr-code-styling

Version:

Add a style and an image to your QR code

7 lines (6 loc) 198 B
import { ErrorCorrectionLevel } from "../types"; interface ErrorCorrectionLevels { [key: string]: ErrorCorrectionLevel; } declare const _default: ErrorCorrectionLevels; export default _default;