You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,14 +17,15 @@ Get the basic features of the library working with plain/native JavaScript or wi
17
17
***Hello World in Electron**: Decode video stream in a Electron Application from a USB-connected or built-in camera (desktop only).
18
18
***Hello World in PWA**: Decode video stream in a PWA Application from a USB-connected or built-in camera (mobile or desktop).
19
19
***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).
21
21
22
22
## Customize Camera UI
23
23
24
24
***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).
25
25
***Hide Built-in Controllers**: Hide built-in UI elements (camera selection, resolution selection, etc.) and show only the video stream.
26
26
***Use External Controllers**: Use custom controllers to manipulate the Camera UI.
27
27
***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).
0 commit comments