Skip to content

Commit c3c7f87

Browse files
committed
Add jsQR (v1.2.0)
1 parent 018b812 commit c3c7f87

File tree

6 files changed

+55
-0
lines changed

6 files changed

+55
-0
lines changed

jsqr/CHANGES.htm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<p>
2+
See the <a href="https://github.com/cozmo/jsQR/commits/master">jsQR changelog</a>
3+
</p>

jsqr/LICENSE.htm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<p>
2+
jsQR is licensed under the <a href="https://github.com/cozmo/jsQR/blob/LICENSE">Apache-2.0 license</a>.
3+
</p>

jsqr/dnn-library.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"files": ["node_modules/jsqr/dist/jsQR.js"],
3+
"resources": []
4+
}

jsqr/jsqr.dnn

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<dotnetnuke type="Package" version="5.0">
2+
<packages>
3+
<package name="jsqr" type="JavaScript_Library" version="<~=version~>">
4+
<friendlyName>jsQR</friendlyName>
5+
<description>
6+
<![CDATA[A pure javascript QR code reading library that takes in raw images and will locate, extract and parse any QR code found within.]]>
7+
</description>
8+
<owner>
9+
<name>Engage Software</name>
10+
<organization>Engage Software</organization>
11+
<url>https://engagesoftware.com/</url>
12+
<email>support@engagesoftware.com</email>
13+
</owner>
14+
<license src="LICENSE.htm" />
15+
<releaseNotes src="CHANGES.htm" />
16+
<azureCompatible>true</azureCompatible>
17+
<dependencies></dependencies>
18+
<components>
19+
<component type="JavaScript_Library">
20+
<javaScriptLibrary>
21+
<libraryName>jsqr</libraryName>
22+
<fileName>jsQR.js</fileName>
23+
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
24+
<objectName>jsQR</objectName>
25+
<cdnUrl>https://cdn.jsdelivr.net/npm/jsqr@<~=version~>/dist/jsQR.js</cdnUrl>
26+
</javaScriptLibrary>
27+
</component>
28+
<component type="JavaScriptFile">
29+
<jsfiles>
30+
<libraryFolderName>jsqr</libraryFolderName>
31+
<jsfile>
32+
<name>jsQR.js</name>
33+
</jsfile>
34+
</jsfiles>
35+
</component>
36+
</components>
37+
</package>
38+
</packages>
39+
</dotnetnuke>

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"jquery.scrollto": "2.1.2",
4747
"jquery.serialscroll": "1.3.0",
4848
"jquery.tipsy": "1.0.3",
49+
"jsqr": "1.2.0",
4950
"jszip": "3.3.0",
5051
"kinetic": "5.2.0",
5152
"knockout": "3.5.1",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3513,6 +3513,11 @@ jsprim@^1.2.2:
35133513
json-schema "0.2.3"
35143514
verror "1.10.0"
35153515

3516+
jsqr@1.2.0:
3517+
version "1.2.0"
3518+
resolved "https://registry.yarnpkg.com/jsqr/-/jsqr-1.2.0.tgz#f93fc65fa7d1ded78b1bcb020fa044352b04261a"
3519+
integrity sha512-wKcQS9QC2VHGk7aphWCp1RrFyC0CM6fMgC5prZZ2KV/Lk6OKNoCod9IR6bao+yx3KPY0gZFC5dc+h+KFzCI0Wg==
3520+
35163521
jszip@3.3.0:
35173522
version "3.3.0"
35183523
resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.3.0.tgz#29d72c21a54990fa885b11fc843db320640d5271"

0 commit comments

Comments
 (0)