Skip to content

Commit

Permalink
rearrange text order
Browse files Browse the repository at this point in the history
  • Loading branch information
ollema committed Dec 7, 2024
1 parent 3749a71 commit d698c26
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
6 changes: 2 additions & 4 deletions docs/src/content/demos/full-demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ section: Demos
import Demo from '$lib/components/demos/full-demo.svelte';
</script>

The `BarqodeStream` component continuously scans frames from a camera stream and detects barcodes in real-time.

## Demo

Modern mobile phones often have a variety of different cameras installed (e.g. front, rear,
wide-angle, infrared, desk-view). The one picked by default is sometimes not the best
choice. For more fine-grained control, you can select a camera by device constraints or by
Expand All @@ -22,6 +18,8 @@ Detected codes are visually highlighted in real-time. In this demo you can use t
By default only QR-codes are detected but a variety of other barcode formats are also supported.
You can select one or multiple but the more you select the more expensive scanning becomes.

## Demo

<Demo />

## Usage
Expand Down
Loading

0 comments on commit d698c26

Please sign in to comment.