@sythos/js_barcode_universal 1.0.0 → 1.2.5
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/LICENSE +16 -17
- package/NOTICE.md +24 -22
- package/README.md +137 -60
- package/bundle/sythos-barcode.esm.js +3380 -216
- package/bundle/sythos-barcode.js +3368 -216
- package/examples/create.html +2 -0
- package/examples/read.html +341 -341
- package/licenses/README.md +58 -29
- package/licenses/aztec-code.license +74 -0
- package/licenses/codabar.license +9 -9
- package/licenses/code-11.license +9 -9
- package/licenses/code-128.license +6 -6
- package/licenses/code-39.license +6 -6
- package/licenses/code-93.license +7 -7
- package/licenses/data-matrix.license +11 -11
- package/licenses/ean-13.license +6 -6
- package/licenses/ean-8.license +6 -6
- package/licenses/gs1-128.license +6 -6
- package/licenses/isbn.license +7 -7
- package/licenses/itf-14.license +6 -6
- package/licenses/itf.license +6 -6
- package/licenses/micropdf417.license +96 -0
- package/licenses/msi-plessey.license +7 -7
- package/licenses/pdf417.license +37 -0
- package/licenses/pharmacode.license +7 -7
- package/licenses/qr-code.license +6 -6
- package/licenses/upc-a.license +7 -7
- package/licenses/upc-e.license +6 -6
- package/package.json +13 -3
- package/src/aztec/decoder.js +317 -0
- package/src/aztec/detector.js +224 -0
- package/src/aztec/encoder.js +257 -0
- package/src/aztec/high-level.js +211 -0
- package/src/aztec/index.js +45 -0
- package/src/aztec/tables.js +210 -0
- package/src/core/galois-field.js +3 -0
- package/src/core/reed-solomon.js +64 -50
- package/src/datamatrix/decoder.js +262 -262
- package/src/datamatrix/detector.js +225 -225
- package/src/datamatrix/encoder.js +191 -191
- package/src/datamatrix/index.js +42 -42
- package/src/datamatrix/tables.js +123 -123
- package/src/index.js +113 -3
- package/src/micropdf417/compaction.js +116 -0
- package/src/micropdf417/decoder.js +183 -0
- package/src/micropdf417/detector.js +149 -0
- package/src/micropdf417/encoder.js +209 -0
- package/src/micropdf417/error-correction.js +55 -0
- package/src/micropdf417/index.js +49 -0
- package/src/micropdf417/tables.js +184 -0
- package/src/pdf417/compaction.js +298 -0
- package/src/pdf417/decoder.js +75 -0
- package/src/pdf417/detector.js +468 -0
- package/src/pdf417/encoder.js +91 -0
- package/src/pdf417/error-correction.js +47 -0
- package/src/pdf417/index.js +6 -0
- package/src/pdf417/tables.js +317 -0
package/licenses/itf-14.license
CHANGED
|
@@ -4,7 +4,7 @@ ITF-14 — format provenance and usability
|
|
|
4
4
|
This file records where the ITF-14 symbology comes from, what governs
|
|
5
5
|
it, and the basis on which this project implements and redistributes it.
|
|
6
6
|
|
|
7
|
-
It is an ENGINEERING INVENTORY, NOT LEGAL ADVICE. Items
|
|
7
|
+
It is an ENGINEERING INVENTORY, NOT LEGAL ADVICE. Items carrying a review label
|
|
8
8
|
have not been independently confirmed by the author.
|
|
9
9
|
|
|
10
10
|
|
|
@@ -20,7 +20,7 @@ SPECIFICATION
|
|
|
20
20
|
|
|
21
21
|
ISO/IEC 16390 — Interleaved 2 of 5 (the underlying symbology).
|
|
22
22
|
GS1 General Specifications, GS1 AISBL — freely published; redistribution
|
|
23
|
-
terms are GS1's own [
|
|
23
|
+
terms are GS1's own [LICENSE TERMS REVIEW REQUIRED] (the fourteen-digit GTIN rules)
|
|
24
24
|
|
|
25
25
|
Specification TEXT is copyrighted by its publisher. The SYMBOLOGY it
|
|
26
26
|
describes is not — an encoding scheme is a system, not a work of
|
|
@@ -31,7 +31,7 @@ redistribute or excerpt any specification document.
|
|
|
31
31
|
PATENT STATUS
|
|
32
32
|
--------------------------------------------------------------------------
|
|
33
33
|
|
|
34
|
-
Inherits ITF's position; understood expired. [
|
|
34
|
+
Inherits ITF's position; understood expired. [PATENT FAMILY REVIEW REQUIRED]
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
TRADEMARK
|
|
@@ -62,8 +62,8 @@ is distributed under the MIT License with no additional restriction.
|
|
|
62
62
|
References relied upon:
|
|
63
63
|
- ISO/IEC 16390, ISO/IEC
|
|
64
64
|
- GS1 General Specifications, GS1 AISBL — freely published;
|
|
65
|
-
redistribution terms are GS1's own [
|
|
65
|
+
redistribution terms are GS1's own [LICENSE TERMS REVIEW REQUIRED]
|
|
66
66
|
|
|
67
|
-
This is an engineering assessment, not legal advice.
|
|
68
|
-
|
|
67
|
+
This is an engineering assessment, not legal advice. Open review labels
|
|
68
|
+
Open review labels identify claims that have not been independently confirmed by the author. If your
|
|
69
69
|
use is commercially sensitive, obtain your own legal review.
|
package/licenses/itf.license
CHANGED
|
@@ -4,7 +4,7 @@ ITF (Interleaved 2 of 5) — format provenance and usability
|
|
|
4
4
|
This file records where the ITF (Interleaved 2 of 5) symbology comes from, what governs
|
|
5
5
|
it, and the basis on which this project implements and redistributes it.
|
|
6
6
|
|
|
7
|
-
It is an ENGINEERING INVENTORY, NOT LEGAL ADVICE. Items
|
|
7
|
+
It is an ENGINEERING INVENTORY, NOT LEGAL ADVICE. Items carrying a review label
|
|
8
8
|
have not been independently confirmed by the author.
|
|
9
9
|
|
|
10
10
|
|
|
@@ -13,7 +13,7 @@ ORIGIN
|
|
|
13
13
|
|
|
14
14
|
Developed from the earlier Code 2 of 5 family; the interleaving of digit
|
|
15
15
|
pairs into bars and spaces roughly doubles the density. Attributed to
|
|
16
|
-
Intermec, 1972. [
|
|
16
|
+
Intermec, 1972. [LEGAL REVIEW]
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
SPECIFICATION
|
|
@@ -32,14 +32,14 @@ PATENT STATUS
|
|
|
32
32
|
--------------------------------------------------------------------------
|
|
33
33
|
|
|
34
34
|
The originating patents date from the 1970s-1980s and are understood to
|
|
35
|
-
have expired long ago. [
|
|
35
|
+
have expired long ago. [PATENT FAMILY REVIEW REQUIRED]
|
|
36
36
|
|
|
37
37
|
|
|
38
38
|
TRADEMARK
|
|
39
39
|
--------------------------------------------------------------------------
|
|
40
40
|
|
|
41
41
|
No live trademark restriction on implementing ITF is known to the author.
|
|
42
|
-
[
|
|
42
|
+
[REGISTRY CHECK REQUIRED] That is a statement about the author's knowledge, not a
|
|
43
43
|
finding that no mark subsists: no trademark search was carried out.
|
|
44
44
|
|
|
45
45
|
A trademark does not restrict implementing a symbology. It restricts
|
|
@@ -65,6 +65,6 @@ is distributed under the MIT License with no additional restriction.
|
|
|
65
65
|
References relied upon:
|
|
66
66
|
- ISO/IEC 16390, ISO/IEC
|
|
67
67
|
|
|
68
|
-
This is an engineering assessment, not legal advice.
|
|
69
|
-
|
|
68
|
+
This is an engineering assessment, not legal advice. Open review labels
|
|
69
|
+
Open review labels identify claims that have not been independently confirmed by the author. If your
|
|
70
70
|
use is commercially sensitive, obtain your own legal review.
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
MicroPDF417 — format provenance and usability
|
|
2
|
+
==========================================================================
|
|
3
|
+
|
|
4
|
+
This file records the public technical and legal-review references consulted
|
|
5
|
+
for the MicroPDF417 symbology implemented by this project. It is an
|
|
6
|
+
engineering inventory, not legal advice.
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
SPECIFICATION AND TECHNICAL BASIS
|
|
10
|
+
--------------------------------------------------------------------------
|
|
11
|
+
|
|
12
|
+
[VERIFIED FACT] ISO/IEC 24728:2006 is the published MicroPDF417 bar code
|
|
13
|
+
symbology specification. It describes the symbology characteristics, data
|
|
14
|
+
character encodation, fixed symbol formats, dimensions, error correction and
|
|
15
|
+
decoding algorithm:
|
|
16
|
+
|
|
17
|
+
https://www.iso.org/standard/38838.html
|
|
18
|
+
|
|
19
|
+
The standard text is copyrighted by ISO. This project does not reproduce,
|
|
20
|
+
redistribute or excerpt the standard; it implements the symbology as an
|
|
21
|
+
independently written program.
|
|
22
|
+
|
|
23
|
+
For orientation only, the public Wikipedia overview was consulted:
|
|
24
|
+
|
|
25
|
+
https://en.wikipedia.org/wiki/MicroPDF417
|
|
26
|
+
|
|
27
|
+
Wikipedia is not treated as a legal authority or as a source of code.
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
PATENT REVIEW
|
|
31
|
+
--------------------------------------------------------------------------
|
|
32
|
+
|
|
33
|
+
[VERIFIED FACT] The public record for US 6,047,892 identifies a
|
|
34
|
+
two-dimensional bar-code symbology using implicit version information:
|
|
35
|
+
|
|
36
|
+
https://patents.google.com/patent/US6047892A/en
|
|
37
|
+
|
|
38
|
+
The direct PDF supplied through Google Patents is:
|
|
39
|
+
|
|
40
|
+
https://patentimages.storage.googleapis.com/0a/79/f5/e8d374043414f3/US6047892.pdf
|
|
41
|
+
|
|
42
|
+
[PATENT FAMILY REVIEW REQUIRED] Database status labels, assignee data,
|
|
43
|
+
expiration calculations, continuations, foreign equivalents and any
|
|
44
|
+
jurisdiction-specific rights are not legal conclusions. No freedom-to-operate
|
|
45
|
+
opinion is made by this project.
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
TRADEMARK, COPYRIGHT AND ATTRIBUTION
|
|
49
|
+
--------------------------------------------------------------------------
|
|
50
|
+
|
|
51
|
+
[REGISTRY CHECK REQUIRED] The current registration status and ownership of
|
|
52
|
+
"MicroPDF417" have not been established by a current trademark-office search.
|
|
53
|
+
The name is used descriptively and does not imply endorsement.
|
|
54
|
+
|
|
55
|
+
[LICENSE TERMS REVIEW REQUIRED] ISO's standard text and the patent document
|
|
56
|
+
have their own copyright and access terms. Neither document is included in
|
|
57
|
+
this repository. The implementation code is original work by Sythos under the
|
|
58
|
+
MIT License.
|
|
59
|
+
|
|
60
|
+
[VERIFIED FACT] ZXing-C++ documents MicroPDF417 as a supported symbology:
|
|
61
|
+
|
|
62
|
+
https://github.com/zxing-cpp/zxing-cpp
|
|
63
|
+
|
|
64
|
+
It is a consultative interoperability reference only. No ZXing-C++ source,
|
|
65
|
+
tables or runtime dependency are included in this project.
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
IMPLEMENTATION BASIS
|
|
69
|
+
--------------------------------------------------------------------------
|
|
70
|
+
|
|
71
|
+
MicroPDF417 is implemented here as original JavaScript. No third-party barcode
|
|
72
|
+
source code is copied into or shipped by this project. Public and normative
|
|
73
|
+
MicroPDF417 values are represented in original Sythos data structures, with
|
|
74
|
+
the provenance and legal-review status recorded in this file and NOTICE.md.
|
|
75
|
+
ZXing-C++, Zint and bwip-js may be consulted for implementation review or
|
|
76
|
+
black-box interoperability validation; none is a runtime dependency.
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
NOTICE AND REVIEW REQUESTS
|
|
80
|
+
--------------------------------------------------------------------------
|
|
81
|
+
|
|
82
|
+
Any note, objection or concern about patents, trademarks, copyright,
|
|
83
|
+
attribution or use of MicroPDF417 must be reported through a GitHub Issue at:
|
|
84
|
+
|
|
85
|
+
https://github.com/Sythos/JS_Barcode_Universal/issues
|
|
86
|
+
|
|
87
|
+
Each report will be reviewed and verified before this inventory or the
|
|
88
|
+
implementation is changed. This request is a maintenance process, not a legal
|
|
89
|
+
admission or a substitute for professional advice.
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
CONCLUSION
|
|
93
|
+
--------------------------------------------------------------------------
|
|
94
|
+
|
|
95
|
+
This is an engineering assessment, not legal advice. If your use is
|
|
96
|
+
commercially sensitive, obtain your own legal review.
|
|
@@ -4,7 +4,7 @@ MSI Plessey — format provenance and usability
|
|
|
4
4
|
This file records where the MSI Plessey symbology comes from, what governs
|
|
5
5
|
it, and the basis on which this project implements and redistributes it.
|
|
6
6
|
|
|
7
|
-
It is an ENGINEERING INVENTORY, NOT LEGAL ADVICE. Items
|
|
7
|
+
It is an ENGINEERING INVENTORY, NOT LEGAL ADVICE. Items carrying a review label
|
|
8
8
|
have not been independently confirmed by the author.
|
|
9
9
|
|
|
10
10
|
|
|
@@ -32,17 +32,17 @@ PATENT STATUS
|
|
|
32
32
|
--------------------------------------------------------------------------
|
|
33
33
|
|
|
34
34
|
The originating patents date from the 1970s and are understood to have
|
|
35
|
-
expired. [
|
|
35
|
+
expired. [LEGAL REVIEW]
|
|
36
36
|
|
|
37
37
|
|
|
38
38
|
TRADEMARK
|
|
39
39
|
--------------------------------------------------------------------------
|
|
40
40
|
|
|
41
41
|
No live trademark restriction on implementing MSI is known to the author.
|
|
42
|
-
[
|
|
42
|
+
[REGISTRY CHECK REQUIRED] That is a statement about the author's knowledge, not a
|
|
43
43
|
finding that no mark subsists: no trademark search was carried out. MSI
|
|
44
44
|
Data Corporation is understood no longer to exist as an independent
|
|
45
|
-
entity. [
|
|
45
|
+
entity. [LEGAL REVIEW]
|
|
46
46
|
|
|
47
47
|
A trademark does not restrict implementing a symbology. It restricts
|
|
48
48
|
branding — how a product names and presents itself.
|
|
@@ -65,8 +65,8 @@ implementable and redistributable, and this project's implementation of it
|
|
|
65
65
|
is distributed under the MIT License with no additional restriction.
|
|
66
66
|
|
|
67
67
|
References relied upon:
|
|
68
|
-
- Published descriptions of the MSI and Plessey symbologies [
|
|
68
|
+
- Published descriptions of the MSI and Plessey symbologies [LICENSE TERMS REVIEW REQUIRED]
|
|
69
69
|
|
|
70
|
-
This is an engineering assessment, not legal advice.
|
|
71
|
-
|
|
70
|
+
This is an engineering assessment, not legal advice. Open review labels
|
|
71
|
+
Open review labels identify claims that have not been independently confirmed by the author. If your
|
|
72
72
|
use is commercially sensitive, obtain your own legal review.
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# PDF417 engineering inventory
|
|
2
|
+
|
|
3
|
+
## Implementation
|
|
4
|
+
|
|
5
|
+
The PDF417 encoder, decoder, Reed–Solomon adapter, compaction code and image
|
|
6
|
+
sampling helpers in this package are original Sythos work and are distributed
|
|
7
|
+
under the repository MIT License. No third-party source code or table is
|
|
8
|
+
shipped as a runtime dependency.
|
|
9
|
+
|
|
10
|
+
## Technical references
|
|
11
|
+
|
|
12
|
+
- ISO/IEC 15438:2015, PDF417 bar code symbology specification. The standard
|
|
13
|
+
text is copyrighted by ISO/IEC and is not reproduced here.
|
|
14
|
+
- AIM USS-PDF417, Appendix H / Table H1, public reference copy used to
|
|
15
|
+
transcribe the normative 3 × 929 codeword pattern ordering. The reference
|
|
16
|
+
is attributed for provenance; its copyright and redistribution terms require
|
|
17
|
+
legal review.
|
|
18
|
+
- US 5,243,655 and US 5,304,786, historical patent records associated with
|
|
19
|
+
PDF417. Family, continuation and jurisdictional status require legal review.
|
|
20
|
+
|
|
21
|
+
## Scope and review labels
|
|
22
|
+
|
|
23
|
+
Release validation records black-box checks with ZXing Java 3.5.3, Zint 2.16.0
|
|
24
|
+
and bwip-js 4.5.1. Those tools are development-time test instruments only and
|
|
25
|
+
are not distributed with this package or included as runtime dependencies.
|
|
26
|
+
|
|
27
|
+
- `[VERIFIED FACT]` — supported by a primary or authoritative public source.
|
|
28
|
+
- `[PATENT FAMILY REVIEW REQUIRED]` — patent family, term or jurisdiction
|
|
29
|
+
remains to be checked.
|
|
30
|
+
- `[LICENSE TERMS REVIEW REQUIRED]` — source document or redistribution terms
|
|
31
|
+
require confirmation.
|
|
32
|
+
- `[REGISTRY CHECK REQUIRED]` — current trademark or registration status
|
|
33
|
+
remains to be checked.
|
|
34
|
+
- `[LEGAL REVIEW]` — a legal conclusion must not be inferred from this file.
|
|
35
|
+
|
|
36
|
+
This file is an engineering inventory, not legal advice. It does not claim
|
|
37
|
+
PDF417 is patent-free, public-domain, certified or ISO-compliant.
|
|
@@ -4,14 +4,14 @@ Pharmacode — format provenance and usability
|
|
|
4
4
|
This file records where the Pharmacode symbology comes from, what governs
|
|
5
5
|
it, and the basis on which this project implements and redistributes it.
|
|
6
6
|
|
|
7
|
-
It is an ENGINEERING INVENTORY, NOT LEGAL ADVICE. Items
|
|
7
|
+
It is an ENGINEERING INVENTORY, NOT LEGAL ADVICE. Items carrying a review label
|
|
8
8
|
have not been independently confirmed by the author.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
ORIGIN
|
|
12
12
|
--------------------------------------------------------------------------
|
|
13
13
|
|
|
14
|
-
Devised by Laetus GmbH for pharmaceutical packaging control. [
|
|
14
|
+
Devised by Laetus GmbH for pharmaceutical packaging control. [VERIFIED FACT]
|
|
15
15
|
Unusual among linear symbologies: it encodes an integer directly in a
|
|
16
16
|
bijective base-2 form rather than digit by digit, and carries no check
|
|
17
17
|
digit at all.
|
|
@@ -21,7 +21,7 @@ SPECIFICATION
|
|
|
21
21
|
--------------------------------------------------------------------------
|
|
22
22
|
|
|
23
23
|
No ISO/IEC standard exists for Pharmacode. It is documented by
|
|
24
|
-
Laetus and reproduced in industry literature. [
|
|
24
|
+
Laetus and reproduced in industry literature. [LEGAL REVIEW]
|
|
25
25
|
|
|
26
26
|
Specification TEXT is copyrighted by its publisher. The SYMBOLOGY it
|
|
27
27
|
describes is not — an encoding scheme is a system, not a work of
|
|
@@ -40,7 +40,7 @@ TRADEMARK
|
|
|
40
40
|
--------------------------------------------------------------------------
|
|
41
41
|
|
|
42
42
|
"Pharmacode" is associated with Laetus GmbH; whether a live trademark
|
|
43
|
-
subsists has NOT been confirmed. [
|
|
43
|
+
subsists has NOT been confirmed. [LEGAL REVIEW] This is among the least
|
|
44
44
|
certain entries in this directory — treat it with corresponding caution.
|
|
45
45
|
|
|
46
46
|
A trademark does not restrict implementing a symbology. It restricts
|
|
@@ -64,8 +64,8 @@ implementable and redistributable, and this project's implementation of it
|
|
|
64
64
|
is distributed under the MIT License with no additional restriction.
|
|
65
65
|
|
|
66
66
|
References relied upon:
|
|
67
|
-
- Laetus published description of Pharmacode [
|
|
67
|
+
- Laetus published description of Pharmacode [VERIFIED FACT]
|
|
68
68
|
|
|
69
|
-
This is an engineering assessment, not legal advice.
|
|
70
|
-
|
|
69
|
+
This is an engineering assessment, not legal advice. Open review labels
|
|
70
|
+
Open review labels identify claims that have not been independently confirmed by the author. If your
|
|
71
71
|
use is commercially sensitive, obtain your own legal review.
|
package/licenses/qr-code.license
CHANGED
|
@@ -4,7 +4,7 @@ QR Code — format provenance and usability
|
|
|
4
4
|
This file records where the QR Code symbology comes from, what governs
|
|
5
5
|
it, and the basis on which this project implements and redistributes it.
|
|
6
6
|
|
|
7
|
-
It is an ENGINEERING INVENTORY, NOT LEGAL ADVICE. Items
|
|
7
|
+
It is an ENGINEERING INVENTORY, NOT LEGAL ADVICE. Items carrying a review label
|
|
8
8
|
have not been independently confirmed by the author.
|
|
9
9
|
|
|
10
10
|
|
|
@@ -33,7 +33,7 @@ PATENT STATUS
|
|
|
33
33
|
|
|
34
34
|
DENSO WAVE holds patents relating to QR Code and has publicly stated that
|
|
35
35
|
it does not exercise those rights for the standardised symbology, which is
|
|
36
|
-
what made QR Code ubiquitous. [
|
|
36
|
+
what made QR Code ubiquitous. [LEGAL REVIEW]
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
TRADEMARK
|
|
@@ -67,9 +67,9 @@ is distributed under the MIT License with no additional restriction.
|
|
|
67
67
|
|
|
68
68
|
References relied upon:
|
|
69
69
|
- ISO/IEC 18004, ISO/IEC
|
|
70
|
-
- DENSO WAVE's published position on its QR Code patent rights [
|
|
71
|
-
- QR Code trademark registration, DENSO WAVE INCORPORATED [
|
|
70
|
+
- DENSO WAVE's published position on its QR Code patent rights [VERIFIED FACT]
|
|
71
|
+
- QR Code trademark registration, DENSO WAVE INCORPORATED [REGISTRY CHECK REQUIRED]
|
|
72
72
|
|
|
73
|
-
This is an engineering assessment, not legal advice.
|
|
74
|
-
|
|
73
|
+
This is an engineering assessment, not legal advice. Open review labels
|
|
74
|
+
Open review labels identify claims that have not been independently confirmed by the author. If your
|
|
75
75
|
use is commercially sensitive, obtain your own legal review.
|
package/licenses/upc-a.license
CHANGED
|
@@ -4,7 +4,7 @@ UPC-A — format provenance and usability
|
|
|
4
4
|
This file records where the UPC-A symbology comes from, what governs
|
|
5
5
|
it, and the basis on which this project implements and redistributes it.
|
|
6
6
|
|
|
7
|
-
It is an ENGINEERING INVENTORY, NOT LEGAL ADVICE. Items
|
|
7
|
+
It is an ENGINEERING INVENTORY, NOT LEGAL ADVICE. Items carrying a review label
|
|
8
8
|
have not been independently confirmed by the author.
|
|
9
9
|
|
|
10
10
|
|
|
@@ -13,7 +13,7 @@ ORIGIN
|
|
|
13
13
|
|
|
14
14
|
The Universal Product Code, adopted in the United States in 1973 and first
|
|
15
15
|
scanned in retail in 1974. The symbol encoding is commonly credited to
|
|
16
|
-
work at IBM, but the corporate and personal credit is [
|
|
16
|
+
work at IBM, but the corporate and personal credit is [LEGAL REVIEW] and no
|
|
17
17
|
individual is named here. Administered today by GS1.
|
|
18
18
|
|
|
19
19
|
|
|
@@ -22,7 +22,7 @@ SPECIFICATION
|
|
|
22
22
|
|
|
23
23
|
ISO/IEC 15420 — EAN/UPC bar code symbology specification.
|
|
24
24
|
GS1 General Specifications, GS1 AISBL — freely published; redistribution
|
|
25
|
-
terms are GS1's own [
|
|
25
|
+
terms are GS1's own [LICENSE TERMS REVIEW REQUIRED]
|
|
26
26
|
|
|
27
27
|
Specification TEXT is copyrighted by its publisher. The SYMBOLOGY it
|
|
28
28
|
describes is not — an encoding scheme is a system, not a work of
|
|
@@ -34,7 +34,7 @@ PATENT STATUS
|
|
|
34
34
|
--------------------------------------------------------------------------
|
|
35
35
|
|
|
36
36
|
The originating patents date from the early 1970s and are understood to
|
|
37
|
-
have expired long ago. [
|
|
37
|
+
have expired long ago. [PATENT FAMILY REVIEW REQUIRED]
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
TRADEMARK
|
|
@@ -65,8 +65,8 @@ is distributed under the MIT License with no additional restriction.
|
|
|
65
65
|
References relied upon:
|
|
66
66
|
- ISO/IEC 15420, ISO/IEC
|
|
67
67
|
- GS1 General Specifications, GS1 AISBL — freely published;
|
|
68
|
-
redistribution terms are GS1's own [
|
|
68
|
+
redistribution terms are GS1's own [LICENSE TERMS REVIEW REQUIRED]
|
|
69
69
|
|
|
70
|
-
This is an engineering assessment, not legal advice.
|
|
71
|
-
|
|
70
|
+
This is an engineering assessment, not legal advice. Open review labels
|
|
71
|
+
Open review labels identify claims that have not been independently confirmed by the author. If your
|
|
72
72
|
use is commercially sensitive, obtain your own legal review.
|
package/licenses/upc-e.license
CHANGED
|
@@ -4,7 +4,7 @@ UPC-E — format provenance and usability
|
|
|
4
4
|
This file records where the UPC-E symbology comes from, what governs
|
|
5
5
|
it, and the basis on which this project implements and redistributes it.
|
|
6
6
|
|
|
7
|
-
It is an ENGINEERING INVENTORY, NOT LEGAL ADVICE. Items
|
|
7
|
+
It is an ENGINEERING INVENTORY, NOT LEGAL ADVICE. Items carrying a review label
|
|
8
8
|
have not been independently confirmed by the author.
|
|
9
9
|
|
|
10
10
|
|
|
@@ -20,7 +20,7 @@ SPECIFICATION
|
|
|
20
20
|
|
|
21
21
|
ISO/IEC 15420 — EAN/UPC bar code symbology specification.
|
|
22
22
|
GS1 General Specifications, GS1 AISBL — freely published; redistribution
|
|
23
|
-
terms are GS1's own [
|
|
23
|
+
terms are GS1's own [LICENSE TERMS REVIEW REQUIRED]
|
|
24
24
|
|
|
25
25
|
Specification TEXT is copyrighted by its publisher. The SYMBOLOGY it
|
|
26
26
|
describes is not — an encoding scheme is a system, not a work of
|
|
@@ -31,7 +31,7 @@ redistribute or excerpt any specification document.
|
|
|
31
31
|
PATENT STATUS
|
|
32
32
|
--------------------------------------------------------------------------
|
|
33
33
|
|
|
34
|
-
Shares the patent history of UPC-A; understood expired. [
|
|
34
|
+
Shares the patent history of UPC-A; understood expired. [PATENT FAMILY REVIEW REQUIRED]
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
TRADEMARK
|
|
@@ -62,8 +62,8 @@ is distributed under the MIT License with no additional restriction.
|
|
|
62
62
|
References relied upon:
|
|
63
63
|
- ISO/IEC 15420, ISO/IEC
|
|
64
64
|
- GS1 General Specifications, GS1 AISBL — freely published;
|
|
65
|
-
redistribution terms are GS1's own [
|
|
65
|
+
redistribution terms are GS1's own [LICENSE TERMS REVIEW REQUIRED]
|
|
66
66
|
|
|
67
|
-
This is an engineering assessment, not legal advice.
|
|
68
|
-
|
|
67
|
+
This is an engineering assessment, not legal advice. Open review labels
|
|
68
|
+
Open review labels identify claims that have not been independently confirmed by the author. If your
|
|
69
69
|
use is commercially sensitive, obtain your own legal review.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sythos/js_barcode_universal",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "Read and write barcodes in JavaScript
|
|
3
|
+
"version": "1.2.5",
|
|
4
|
+
"description": "Read and write barcodes in JavaScript with zero runtime dependencies. Aztec Code, Data Matrix ECC 200, MicroPDF417, PDF417, QR Code, EAN/UPC, ISBN, Code 128, Code 39, Code 93, ITF, Codabar, MSI, Code 11 and Pharmacode.",
|
|
5
5
|
"author": "Sythos",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "module",
|
|
@@ -24,6 +24,9 @@
|
|
|
24
24
|
"./oned": "./src/oned/index.js",
|
|
25
25
|
"./qr": "./src/qr/index.js",
|
|
26
26
|
"./datamatrix": "./src/datamatrix/index.js",
|
|
27
|
+
"./aztec": "./src/aztec/index.js",
|
|
28
|
+
"./pdf417": "./src/pdf417/index.js",
|
|
29
|
+
"./micropdf417": "./src/micropdf417/index.js",
|
|
27
30
|
"./render": "./src/render/index.js",
|
|
28
31
|
"./render/svg": "./src/render/svg.js",
|
|
29
32
|
"./render/png": "./src/render/png.js",
|
|
@@ -42,9 +45,16 @@
|
|
|
42
45
|
"README.md"
|
|
43
46
|
],
|
|
44
47
|
"keywords": [
|
|
45
|
-
"barcode",
|
|
48
|
+
"barcode",
|
|
46
49
|
"datamatrix",
|
|
47
50
|
"ecc200",
|
|
51
|
+
"aztec",
|
|
52
|
+
"aztec-code",
|
|
53
|
+
"pdf417",
|
|
54
|
+
"pdf-417",
|
|
55
|
+
"micropdf417",
|
|
56
|
+
"micro-pdf417",
|
|
57
|
+
"sdk",
|
|
48
58
|
"barcode-generator",
|
|
49
59
|
"barcode-scanner",
|
|
50
60
|
"qrcode",
|