UNPKG

qrcode-vue3

Version:

Add a style and an image to your QR code Vue3

7 lines (5 loc) 130 B
import type { GradientTypes } from "../types"; export default { radial: "radial", linear: "linear" } as GradientTypes;