This is a readme for your new Budibase plugin.
A component that scans QR codes.
Find out more about Budibase.
| 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. |
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
