UNPKG

@solana/qr-code-styling

Version:

Add a style and an image to your QR code

7 lines (6 loc) 150 B
import { TypeNumber } from "../types"; interface TypesMap { [key: number]: TypeNumber; } declare const qrTypes: TypesMap; export default qrTypes;