diff --git a/.github/browserstack-logo.png b/.github/browserstack-logo.png deleted file mode 100644 index 973bbc5c..00000000 Binary files a/.github/browserstack-logo.png and /dev/null differ diff --git a/.github/preview1.gif b/.github/preview1.gif new file mode 100644 index 00000000..89c6e244 Binary files /dev/null and b/.github/preview1.gif differ diff --git a/.github/preview2.gif b/.github/preview2.gif new file mode 100644 index 00000000..5b113d3a Binary files /dev/null and b/.github/preview2.gif differ diff --git a/.github/screenshot1.png b/.github/screenshot1.png deleted file mode 100644 index e8698479..00000000 Binary files a/.github/screenshot1.png and /dev/null differ diff --git a/.github/screenshot2.png b/.github/screenshot2.png deleted file mode 100644 index 89b86568..00000000 Binary files a/.github/screenshot2.png and /dev/null differ diff --git a/.github/screenshot3.png b/.github/screenshot3.png deleted file mode 100644 index 8d80a03b..00000000 Binary files a/.github/screenshot3.png and /dev/null differ diff --git a/.github/travis-logo.png b/.github/travis-logo.png deleted file mode 100644 index 9c9b71c0..00000000 Binary files a/.github/travis-logo.png and /dev/null differ diff --git a/README.md b/README.md index c3051466..691f9c88 100644 --- a/README.md +++ b/README.md @@ -57,13 +57,16 @@ api reference

-A set of Vue.js components, allowing you to detect and decode QR codes, without leaving the browser. +A set of Vue.js components for detecting QR codes and [various other barcode formats](https://developer.mozilla.org/en-US/docs/Web/API/Barcode_Detection_API#supported_barcode_formats) right in the browser: -- :movie_camera: `QrcodeStream` accesses the device camera and continuously scans incoming frames. -- :put_litter_in_its_place: `QrcodeDropZone` renders to an empty region where you can drag-and-drop images to be decoded. +- :movie_camera: `QrcodeStream` continuously scans frames from a camera stream. +- :put_litter_in_its_place: `QrcodeDropZone` is an empty region where you can drag-and-drop images to be decoded. - :open_file_folder: `QrcodeCapture` is a classic file upload field, instantly scanning all files you select. -All components are responsive. Beyond that, close to zero styling. Make them fit your layout. Usage is simple and straight forward: +All components are responsive. +Beyond that, close to zero styling. +Make them fit your layout. +Usage is simple and straight forward: ```html @@ -77,12 +80,11 @@ methods: { } ``` -### Screenshots +### Preview

- Screenshot 1 - Screenshot 2 - Screenshot 3 + preview screencast 1 + preview screencast 2

# Installation :package: