Skip to content

chungchunwang/Budibase-QR-Code-Scanner

Repository files navigation

QR-Code-Scanner

This is a readme for your new Budibase plugin.

Description

A component that scans QR codes.

Budibase QR Code Scanner Sample

Find out more about Budibase.

Options

Option Description
Label What the field is called.
FPS The frame rate of the scanner.
Auto Start Camera If camera permissions are already granted, this will make the scanner start scanning as soon as the page loads.
Scanner Box Whether to draw a box in the center of the screen that users will have to align QR codes inside of.
Scanner Box Width The width of the scanner box.
Scanner Box Height The height of the scanner box.

Instructions

To build your new plugin run the following in your Budibase CLI:

budi plugins --build

You can also re-build everytime you make a change to your plugin with the command:

budi plugins --watch