@idscan/idvc2 2.0.2 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -1
- package/dist/css/idvc.css +1 -1
- package/dist/index.html +21 -21
- package/dist/js/defaultConfig.ts +16 -8
- package/dist/js/environment/cssVariables.json +7 -0
- package/dist/js/environment/langs.ts +5 -2
- package/dist/js/environment/networkNames.json +10 -12
- package/dist/js/environment/stepsDescription.ts +3 -3
- package/dist/js/idvc.d.ts +1 -0
- package/dist/js/idvc.js +1 -1
- package/dist/js/idvc.js.LICENSE.txt +0 -30
- package/dist/js/image.d.ts +4 -0
- package/dist/js/index.d.ts +9 -0
- package/dist/modules/libheif2.js +433 -0
- package/dist/networks/classLocal20220112.bin +0 -0
- package/dist/networks/classLocal20220112.json +1 -0
- package/dist/networks/mrz20220531.bin +0 -0
- package/dist/networks/mrz20220531.json +1953 -0
- package/package.json +1 -1
- package/dist/networks/mrz20210831.bin +0 -0
- package/dist/networks/mrz20210831.json +0 -1
- package/dist/networks/types20220505.bin +0 -0
- package/dist/networks/types20220505.json +0 -1
|
@@ -45,16 +45,6 @@
|
|
|
45
45
|
* =============================================================================
|
|
46
46
|
*/
|
|
47
47
|
|
|
48
|
-
/**
|
|
49
|
-
* @license
|
|
50
|
-
* Copyright 2018 Google LLC
|
|
51
|
-
*
|
|
52
|
-
* Use of this source code is governed by an MIT-style
|
|
53
|
-
* license that can be found in the LICENSE file or at
|
|
54
|
-
* https://opensource.org/licenses/MIT.
|
|
55
|
-
* =============================================================================
|
|
56
|
-
*/
|
|
57
|
-
|
|
58
48
|
/**
|
|
59
49
|
* @license
|
|
60
50
|
* Copyright 2018 Google LLC. All Rights Reserved.
|
|
@@ -72,16 +62,6 @@
|
|
|
72
62
|
* =============================================================================
|
|
73
63
|
*/
|
|
74
64
|
|
|
75
|
-
/**
|
|
76
|
-
* @license
|
|
77
|
-
* Copyright 2019 Google LLC
|
|
78
|
-
*
|
|
79
|
-
* Use of this source code is governed by an MIT-style
|
|
80
|
-
* license that can be found in the LICENSE file or at
|
|
81
|
-
* https://opensource.org/licenses/MIT.
|
|
82
|
-
* =============================================================================
|
|
83
|
-
*/
|
|
84
|
-
|
|
85
65
|
/**
|
|
86
66
|
* @license
|
|
87
67
|
* Copyright 2019 Google LLC. All Rights Reserved.
|
|
@@ -134,16 +114,6 @@
|
|
|
134
114
|
* =============================================================================
|
|
135
115
|
*/
|
|
136
116
|
|
|
137
|
-
/**
|
|
138
|
-
* @license
|
|
139
|
-
* Copyright 2020 Google LLC
|
|
140
|
-
*
|
|
141
|
-
* Use of this source code is governed by an MIT-style
|
|
142
|
-
* license that can be found in the LICENSE file or at
|
|
143
|
-
* https://opensource.org/licenses/MIT.
|
|
144
|
-
* =============================================================================
|
|
145
|
-
*/
|
|
146
|
-
|
|
147
117
|
/**
|
|
148
118
|
* @license
|
|
149
119
|
* Copyright 2020 Google LLC. All Rights Reserved.
|