UNPKG

@solana/qr-code-styling

Version:

Add a style and an image to your QR code

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