qr-code
Installation
SKILL.md
QR Code Scanner
Overview
This skill adds QR code scanning using the device camera. Built on top of the camera component with jsQR for decoding.
Frontend
For QR code scanner support:
There is a prefabricated React hook imported from @caffeinelabs/qr-code that cannot be modified.
import { RefObject } from 'react';
import { CameraConfig, CameraError } from '@caffeineai/camera';