-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Version 2.1.4 2 bug fixes in the UI * Add support for pausing video with pause(..) API * Update changelog.md
- Loading branch information
Showing
7 changed files
with
115 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
@ECHO OFF | ||
:: This is a build script for webpack/UMD based build. | ||
|
||
ECHO Initiating webpack build sequence. | ||
|
||
webpack | ||
|
||
:: Script copied to dist/html5-qrcode.min.js | ||
:: Fork content of 'webpack_append_data.js' to final js file to | ||
:: make classes global to be backwards compatible. | ||
type scripts\webpack_append_data.js >> dist\html5-qrcode.min.js | ||
|
||
copy dist\html5-qrcode.min.js minified\html5-qrcode.min.js | ||
|
||
ECHO Copied the webpack script to minified/.. | ||
ECHO Webpack building done. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters