Skip to content

Commit 32a82e2

Browse files
committed
Update README.md
1 parent 1e0b977 commit 32a82e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@ Get the basic features of the library working with plain/native JavaScript or wi
1717
* **Hello World in Electron**: Decode video stream in a Electron Application from a USB-connected or built-in camera (desktop only).
1818
* **Hello World in PWA**: Decode video stream in a PWA Application from a USB-connected or built-in camera (mobile or desktop).
1919
* **Hello World with RequireJS**: Decode video stream in a simple Application using RequireJS from a USB-connected or built-in camera (mobile or desktop).
20-
* **Hello World with webpack**: Decode video stream in a simple Application using webpack from a USB-connected or built-in camera (mobile or desktop).
20+
* **Hello World with ES6**: Decode video stream in a simple Application using ES6 from a USB-connected or built-in camera (mobile or desktop).
2121

2222
## Customize Camera UI
2323

2424
* **Use the Default Camera UI**: Show the default camera UI to decode video stream from a USB-connected or built-in camera (mobile or desktop).
2525
* **Hide Built-in Controllers**: Hide built-in UI elements (camera selection, resolution selection, etc.) and show only the video stream.
2626
* **Use External Controllers**: Use custom controllers to manipulate the Camera UI.
2727
* **Enlarge the Video Stream**: Enlarge the video stream temporarily to read a barcode.
28+
* **Customize the Camera UI**: Show the custom camera UI to decode video stream from a USB-connected or built-in camera (mobile or desktop).
2829

2930
## Parameter Settings
3031

0 commit comments

Comments
 (0)