UNPKG

qrcode-kr

Version:

A customizable QR code generator for React and Next.js with logo support and styling options

4 lines (3 loc) 213 B
export { QRCodeKR } from './components/QRCodeKR'; export type { QRCodeKRProps, QRStyle, LogoOptions } from './types'; export { drawRoundedRect, drawCircle, createGradient, addLogoToCanvas } from './utils/canvas';