QR Code API
You can use the QR Code API to retrieve your QR Codes in the png file format
Basic Usage
// https://venuerun.com/qr/04CAE9EABA1190
const id = "04CAE9EABA1190";
https://venuerun.com/qr/${id}
URL Params
- dark: boolean - Use the dark theme for the QR Code
-
color: string - HEX value for the color of the QR Code
-
background: string - HEX value for the background of the QR Code
-
margin: number - Margin level for the QR Code
Light
https://venuerun.com/qr/04CAE9EABA1190
Dark
https://venuerun.com/qr/04CAE9EABA1190?dark
Color Customization
Use the "color" and "background" in the query to customize the QR Code colors. Enter in the HEX value.
https://venuerun.com/qr/04CAE9EABA1190?color=335eea&background=000000
Caveats: Do not use a # in the URL.
Margin Level
Use the "margin" in the query to customize the space around the QR Code.
https://venuerun.com/qr/04CAE9EABA1190?margin=8

