@sythos/js_barcode_universal 1.5.7 → 1.5.8
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/NOTICE.md +1 -1
- package/README.md +44 -35
- package/bundle/sythos-barcode.esm.js +618 -465
- package/bundle/sythos-barcode.js +618 -465
- package/package.json +43 -43
- package/src/index.d.ts +363 -0
- package/src/index.js +286 -133
- package/src/{aztec → js/aztec}/decoder.js +0 -1
- package/src/{aztec → js/aztec}/detector.js +0 -1
- package/src/{aztec → js/aztec}/encoder.js +0 -1
- package/src/{aztec → js/aztec}/high-level.js +0 -1
- package/src/{aztec → js/aztec}/index.js +0 -1
- package/src/{aztec → js/aztec}/tables.js +0 -1
- package/src/{aztecrune → js/aztecrune}/decoder.js +0 -1
- package/src/{aztecrune → js/aztecrune}/detector.js +0 -1
- package/src/{aztecrune → js/aztecrune}/encoder.js +0 -1
- package/src/{aztecrune → js/aztecrune}/index.js +0 -1
- package/src/{aztecrune → js/aztecrune}/tables.js +0 -1
- package/src/{compactpdf417 → js/compactpdf417}/decoder.js +0 -1
- package/src/{compactpdf417 → js/compactpdf417}/detector.js +0 -1
- package/src/{compactpdf417 → js/compactpdf417}/encoder.js +0 -1
- package/src/{compactpdf417 → js/compactpdf417}/index.js +0 -5
- package/src/{compactpdf417 → js/compactpdf417}/tables.js +0 -1
- package/src/{core → js/core}/bit-buffer.js +0 -1
- package/src/{core → js/core}/bit-matrix.js +0 -1
- package/src/{core → js/core}/errors.js +0 -1
- package/src/{core → js/core}/galois-field.js +0 -1
- package/src/{core → js/core}/index.js +0 -1
- package/src/{core → js/core}/reed-solomon.js +0 -1
- package/src/{databar → js/databar}/codec.js +0 -1
- package/src/{databar → js/databar}/decoder.js +0 -1
- package/src/{databar → js/databar}/encoder.js +0 -1
- package/src/{databar → js/databar}/gs1.js +0 -1
- package/src/{databar → js/databar}/index.js +0 -1
- package/src/{databar → js/databar}/patterns.js +0 -1
- package/src/{databar → js/databar}/tables.js +0 -1
- package/src/{datamatrix → js/datamatrix}/decoder.js +0 -1
- package/src/{datamatrix → js/datamatrix}/detector.js +0 -1
- package/src/{datamatrix → js/datamatrix}/encoder.js +0 -1
- package/src/{datamatrix → js/datamatrix}/index.js +0 -1
- package/src/{datamatrix → js/datamatrix}/tables.js +0 -1
- package/src/{frameqr → js/frameqr}/decoder.js +15 -16
- package/src/{frameqr → js/frameqr}/detector.js +2 -3
- package/src/{frameqr → js/frameqr}/encoder.js +7 -8
- package/src/{frameqr → js/frameqr}/index.js +0 -1
- package/src/{frameqr → js/frameqr}/tables.js +10 -11
- package/src/{image → js/image}/binarizer.js +0 -1
- package/src/{image → js/image}/grid-sampler.js +0 -1
- package/src/{image → js/image}/index.js +0 -1
- package/src/{image → js/image}/luminance.js +0 -1
- package/src/{image → js/image}/perspective.js +0 -1
- package/src/{micropdf417 → js/micropdf417}/compaction.js +0 -1
- package/src/{micropdf417 → js/micropdf417}/decoder.js +0 -1
- package/src/{micropdf417 → js/micropdf417}/detector.js +0 -1
- package/src/{micropdf417 → js/micropdf417}/encoder.js +0 -1
- package/src/{micropdf417 → js/micropdf417}/error-correction.js +0 -1
- package/src/{micropdf417 → js/micropdf417}/index.js +0 -1
- package/src/{micropdf417 → js/micropdf417}/tables.js +0 -1
- package/src/{microqr → js/microqr}/decoder.js +0 -1
- package/src/{microqr → js/microqr}/detector.js +0 -1
- package/src/{microqr → js/microqr}/encoder.js +0 -1
- package/src/{microqr → js/microqr}/index.js +0 -1
- package/src/{microqr → js/microqr}/tables.js +0 -1
- package/src/{oned → js/oned}/addons.js +0 -1
- package/src/{oned → js/oned}/index.js +0 -1
- package/src/{oned → js/oned}/patterns.js +0 -1
- package/src/{oned → js/oned}/reader.js +0 -1
- package/src/{oned → js/oned}/writers.js +0 -1
- package/src/{pdf417 → js/pdf417}/compaction.js +0 -1
- package/src/{pdf417 → js/pdf417}/decoder.js +0 -1
- package/src/{pdf417 → js/pdf417}/detector.js +0 -1
- package/src/{pdf417 → js/pdf417}/encoder.js +0 -1
- package/src/{pdf417 → js/pdf417}/error-correction.js +0 -1
- package/src/{pdf417 → js/pdf417}/index.js +0 -5
- package/src/{pdf417 → js/pdf417}/tables.js +0 -1
- package/src/{qr → js/qr}/decoder.js +0 -1
- package/src/{qr → js/qr}/detector.js +0 -1
- package/src/{qr → js/qr}/encoder.js +0 -1
- package/src/{qr → js/qr}/index.js +0 -1
- package/src/{qr → js/qr}/tables.js +0 -1
- package/src/{render → js/render}/image-data.js +0 -1
- package/src/{render → js/render}/index.js +0 -1
- package/src/{render → js/render}/options.js +0 -1
- package/src/{render → js/render}/png.js +0 -1
- package/src/{render → js/render}/svg.js +0 -1
- package/src/{render → js/render}/webgl.js +0 -1
- package/src/{render → js/render}/webgpu.js +0 -1
- package/src/{rmqr → js/rmqr}/decoder.js +0 -1
- package/src/{rmqr → js/rmqr}/detector.js +0 -1
- package/src/{rmqr → js/rmqr}/encoder.js +0 -1
- package/src/{rmqr → js/rmqr}/index.js +0 -1
- package/src/{rmqr → js/rmqr}/tables.js +0 -1
- package/{typings → src/ts}/aztec/detector.d.ts +2 -2
- package/{typings → src/ts}/datamatrix/detector.d.ts +2 -2
- package/{typings → src/ts}/index.d.ts +3 -3
- /package/{typings → src/ts}/aztec/decoder.d.ts +0 -0
- /package/{typings → src/ts}/aztec/encoder.d.ts +0 -0
- /package/{typings → src/ts}/aztec/high-level.d.ts +0 -0
- /package/{typings → src/ts}/aztec/index.d.ts +0 -0
- /package/{typings → src/ts}/aztec/tables.d.ts +0 -0
- /package/{typings → src/ts}/aztecrune/decoder.d.ts +0 -0
- /package/{typings → src/ts}/aztecrune/detector.d.ts +0 -0
- /package/{typings → src/ts}/aztecrune/encoder.d.ts +0 -0
- /package/{typings → src/ts}/aztecrune/index.d.ts +0 -0
- /package/{typings → src/ts}/aztecrune/tables.d.ts +0 -0
- /package/{typings → src/ts}/bundle/sythos-barcode.d.ts +0 -0
- /package/{typings → src/ts}/bundle/sythos-barcode.esm.d.ts +0 -0
- /package/{typings → src/ts}/compactpdf417/decoder.d.ts +0 -0
- /package/{typings → src/ts}/compactpdf417/detector.d.ts +0 -0
- /package/{typings → src/ts}/compactpdf417/encoder.d.ts +0 -0
- /package/{typings → src/ts}/compactpdf417/index.d.ts +0 -0
- /package/{typings → src/ts}/compactpdf417/tables.d.ts +0 -0
- /package/{typings → src/ts}/core/bit-buffer.d.ts +0 -0
- /package/{typings → src/ts}/core/bit-matrix.d.ts +0 -0
- /package/{typings → src/ts}/core/errors.d.ts +0 -0
- /package/{typings → src/ts}/core/galois-field.d.ts +0 -0
- /package/{typings → src/ts}/core/index.d.ts +0 -0
- /package/{typings → src/ts}/core/reed-solomon.d.ts +0 -0
- /package/{typings → src/ts}/databar/codec.d.ts +0 -0
- /package/{typings → src/ts}/databar/decoder.d.ts +0 -0
- /package/{typings → src/ts}/databar/encoder.d.ts +0 -0
- /package/{typings → src/ts}/databar/gs1.d.ts +0 -0
- /package/{typings → src/ts}/databar/index.d.ts +0 -0
- /package/{typings → src/ts}/databar/patterns.d.ts +0 -0
- /package/{typings → src/ts}/databar/tables.d.ts +0 -0
- /package/{typings → src/ts}/datamatrix/decoder.d.ts +0 -0
- /package/{typings → src/ts}/datamatrix/encoder.d.ts +0 -0
- /package/{typings → src/ts}/datamatrix/index.d.ts +0 -0
- /package/{typings → src/ts}/datamatrix/tables.d.ts +0 -0
- /package/{typings → src/ts}/frameqr/decoder.d.ts +0 -0
- /package/{typings → src/ts}/frameqr/detector.d.ts +0 -0
- /package/{typings → src/ts}/frameqr/encoder.d.ts +0 -0
- /package/{typings → src/ts}/frameqr/index.d.ts +0 -0
- /package/{typings → src/ts}/frameqr/tables.d.ts +0 -0
- /package/{typings → src/ts}/image/binarizer.d.ts +0 -0
- /package/{typings → src/ts}/image/grid-sampler.d.ts +0 -0
- /package/{typings → src/ts}/image/index.d.ts +0 -0
- /package/{typings → src/ts}/image/luminance.d.ts +0 -0
- /package/{typings → src/ts}/image/perspective.d.ts +0 -0
- /package/{typings → src/ts}/micropdf417/compaction.d.ts +0 -0
- /package/{typings → src/ts}/micropdf417/decoder.d.ts +0 -0
- /package/{typings → src/ts}/micropdf417/detector.d.ts +0 -0
- /package/{typings → src/ts}/micropdf417/encoder.d.ts +0 -0
- /package/{typings → src/ts}/micropdf417/error-correction.d.ts +0 -0
- /package/{typings → src/ts}/micropdf417/index.d.ts +0 -0
- /package/{typings → src/ts}/micropdf417/tables.d.ts +0 -0
- /package/{typings → src/ts}/microqr/decoder.d.ts +0 -0
- /package/{typings → src/ts}/microqr/detector.d.ts +0 -0
- /package/{typings → src/ts}/microqr/encoder.d.ts +0 -0
- /package/{typings → src/ts}/microqr/index.d.ts +0 -0
- /package/{typings → src/ts}/microqr/tables.d.ts +0 -0
- /package/{typings → src/ts}/oned/addons.d.ts +0 -0
- /package/{typings → src/ts}/oned/index.d.ts +0 -0
- /package/{typings → src/ts}/oned/patterns.d.ts +0 -0
- /package/{typings → src/ts}/oned/reader.d.ts +0 -0
- /package/{typings → src/ts}/oned/writers.d.ts +0 -0
- /package/{typings → src/ts}/pdf417/compaction.d.ts +0 -0
- /package/{typings → src/ts}/pdf417/decoder.d.ts +0 -0
- /package/{typings → src/ts}/pdf417/detector.d.ts +0 -0
- /package/{typings → src/ts}/pdf417/encoder.d.ts +0 -0
- /package/{typings → src/ts}/pdf417/error-correction.d.ts +0 -0
- /package/{typings → src/ts}/pdf417/index.d.ts +0 -0
- /package/{typings → src/ts}/pdf417/tables.d.ts +0 -0
- /package/{typings → src/ts}/qr/decoder.d.ts +0 -0
- /package/{typings → src/ts}/qr/detector.d.ts +0 -0
- /package/{typings → src/ts}/qr/encoder.d.ts +0 -0
- /package/{typings → src/ts}/qr/index.d.ts +0 -0
- /package/{typings → src/ts}/qr/tables.d.ts +0 -0
- /package/{typings → src/ts}/render/image-data.d.ts +0 -0
- /package/{typings → src/ts}/render/index.d.ts +0 -0
- /package/{typings → src/ts}/render/options.d.ts +0 -0
- /package/{typings → src/ts}/render/png.d.ts +0 -0
- /package/{typings → src/ts}/render/svg.d.ts +0 -0
- /package/{typings → src/ts}/render/webgl.d.ts +0 -0
- /package/{typings → src/ts}/render/webgpu.d.ts +0 -0
- /package/{typings → src/ts}/rmqr/decoder.d.ts +0 -0
- /package/{typings → src/ts}/rmqr/detector.d.ts +0 -0
- /package/{typings → src/ts}/rmqr/encoder.d.ts +0 -0
- /package/{typings → src/ts}/rmqr/index.d.ts +0 -0
- /package/{typings → src/ts}/rmqr/tables.d.ts +0 -0
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
24
|
* SOFTWARE.
|
|
25
25
|
*
|
|
26
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
27
26
|
* SPDX-License-Identifier: MIT
|
|
28
27
|
*
|
|
29
28
|
* Original work. No code from any other barcode implementation.
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
24
|
* SOFTWARE.
|
|
25
25
|
*
|
|
26
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
27
26
|
* SPDX-License-Identifier: MIT
|
|
28
27
|
*
|
|
29
28
|
* Original work. No code from any other barcode implementation.
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
24
|
* SOFTWARE.
|
|
25
25
|
*
|
|
26
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
27
26
|
* SPDX-License-Identifier: MIT
|
|
28
27
|
*
|
|
29
28
|
* Original work. No code from any other barcode implementation.
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
24
|
* SOFTWARE.
|
|
25
25
|
*
|
|
26
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
27
26
|
* SPDX-License-Identifier: MIT
|
|
28
27
|
*
|
|
29
28
|
* Original work. No code from any other barcode implementation.
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
24
|
* SOFTWARE.
|
|
25
25
|
*
|
|
26
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
27
26
|
* SPDX-License-Identifier: MIT
|
|
28
27
|
*
|
|
29
28
|
* Original work. No code from any other barcode implementation.
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
24
|
* SOFTWARE.
|
|
25
25
|
*
|
|
26
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
27
26
|
* SPDX-License-Identifier: MIT
|
|
28
27
|
*
|
|
29
28
|
* Original work. No code from any other barcode implementation.
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
24
|
* SOFTWARE.
|
|
25
25
|
*
|
|
26
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
27
26
|
* SPDX-License-Identifier: MIT
|
|
28
27
|
*
|
|
29
28
|
* Original work. No code from any other barcode implementation.
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
24
|
* SOFTWARE.
|
|
25
25
|
*
|
|
26
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
27
26
|
* SPDX-License-Identifier: MIT
|
|
28
27
|
*
|
|
29
28
|
* Original work. No code from any other barcode implementation.
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
24
|
* SOFTWARE.
|
|
25
25
|
*
|
|
26
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
27
26
|
* SPDX-License-Identifier: MIT
|
|
28
27
|
*
|
|
29
28
|
* Original work. No code from any other barcode implementation.
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
* MIT License
|
|
5
5
|
*
|
|
6
6
|
* Copyright (c) 2026 Sythos
|
|
7
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
8
7
|
*
|
|
9
8
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
10
9
|
* of this software and associated documentation files (the "Software"), to deal
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
24
|
* SOFTWARE.
|
|
25
25
|
*
|
|
26
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
27
26
|
* SPDX-License-Identifier: MIT
|
|
28
27
|
*
|
|
29
28
|
* Original work. No code from any other barcode implementation.
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
24
|
* SOFTWARE.
|
|
25
25
|
*
|
|
26
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
27
26
|
* SPDX-License-Identifier: MIT
|
|
28
27
|
*
|
|
29
28
|
* Original work. No code from any other barcode implementation.
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
* MIT License
|
|
5
5
|
*
|
|
6
6
|
* Copyright (c) 2026 Sythos
|
|
7
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
8
7
|
*
|
|
9
8
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
10
9
|
* of this software and associated documentation files (the "Software"), to deal
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
24
|
* SOFTWARE.
|
|
25
25
|
*
|
|
26
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
27
26
|
* SPDX-License-Identifier: MIT
|
|
28
27
|
*
|
|
29
28
|
* Original work. No code from any other barcode implementation.
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
24
|
* SOFTWARE.
|
|
25
25
|
*
|
|
26
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
27
26
|
* SPDX-License-Identifier: MIT
|
|
28
27
|
*
|
|
29
28
|
* Original work. No code from any other barcode implementation.
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
24
|
* SOFTWARE.
|
|
25
25
|
*
|
|
26
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
27
26
|
* SPDX-License-Identifier: MIT
|
|
28
27
|
*
|
|
29
28
|
* Original work. No code from any other barcode implementation.
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
24
|
* SOFTWARE.
|
|
25
25
|
*
|
|
26
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
27
26
|
* SPDX-License-Identifier: MIT
|
|
28
27
|
*
|
|
29
28
|
* Original work. No code from any other barcode implementation.
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
24
|
* SOFTWARE.
|
|
25
25
|
*
|
|
26
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
27
26
|
* SPDX-License-Identifier: MIT
|
|
28
27
|
*
|
|
29
28
|
* Original work. No code from any other barcode implementation.
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
24
|
* SOFTWARE.
|
|
25
25
|
*
|
|
26
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
27
26
|
* SPDX-License-Identifier: MIT
|
|
28
27
|
*
|
|
29
28
|
* Original work. No code from any other barcode implementation.
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
24
|
* SOFTWARE.
|
|
25
25
|
*
|
|
26
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
27
26
|
* SPDX-License-Identifier: MIT
|
|
28
27
|
*
|
|
29
28
|
* Original work. No code from any other barcode implementation.
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
* MIT License
|
|
5
5
|
*
|
|
6
6
|
* Copyright (c) 2026 Sythos
|
|
7
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
8
7
|
*
|
|
9
8
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
10
9
|
* of this software and associated documentation files (the "Software"), to deal
|
|
@@ -30,7 +29,7 @@
|
|
|
30
29
|
*/
|
|
31
30
|
|
|
32
31
|
/**
|
|
33
|
-
* Decoder for
|
|
32
|
+
* Decoder for the Sythos Canvas QR profile.
|
|
34
33
|
*
|
|
35
34
|
* This is intentionally not a DENSO FrameQR decoder. The profile is a QR
|
|
36
35
|
* symbol with a bounded artwork reservation and an explicit `frameqr` marker.
|
|
@@ -88,7 +87,7 @@ function isExpectedProfile(profile) {
|
|
|
88
87
|
* @returns {{canvas: object, damage: object}}
|
|
89
88
|
*/
|
|
90
89
|
function validateCanvas(symbolSize, version, canvas) {
|
|
91
|
-
if (!isObject(canvas)) throw new FormatError('
|
|
90
|
+
if (!isObject(canvas)) throw new FormatError('Sythos Canvas QR: canvas metadata is missing');
|
|
92
91
|
|
|
93
92
|
let normalized;
|
|
94
93
|
try {
|
|
@@ -104,14 +103,14 @@ function validateCanvas(symbolSize, version, canvas) {
|
|
|
104
103
|
}
|
|
105
104
|
} catch (error) {
|
|
106
105
|
if (error instanceof FormatError) throw error;
|
|
107
|
-
throw new FormatError(`
|
|
106
|
+
throw new FormatError(`Sythos Canvas QR: invalid canvas metadata: ${error.message}`);
|
|
108
107
|
}
|
|
109
108
|
|
|
110
109
|
let damage;
|
|
111
110
|
try {
|
|
112
111
|
damage = analyzeCanvasDamage(version, normalized);
|
|
113
112
|
} catch (error) {
|
|
114
|
-
throw new FormatError(`
|
|
113
|
+
throw new FormatError(`Sythos Canvas QR: cannot analyse canvas damage: ${error.message}`);
|
|
115
114
|
}
|
|
116
115
|
return { canvas: normalized, damage };
|
|
117
116
|
}
|
|
@@ -136,24 +135,24 @@ function resolveProfile(matrix, options) {
|
|
|
136
135
|
const markerId = isObject(markerProfile) ? markerProfile.id : markerProfile;
|
|
137
136
|
const suppliedId = isObject(suppliedProfile) ? suppliedProfile.id : suppliedProfile;
|
|
138
137
|
if (markerId !== suppliedId) {
|
|
139
|
-
throw new FormatError('
|
|
138
|
+
throw new FormatError('Sythos Canvas QR: matrix and requested profile markers disagree');
|
|
140
139
|
}
|
|
141
140
|
}
|
|
142
141
|
const profile = markerProfile ?? suppliedProfile;
|
|
143
142
|
|
|
144
143
|
if (!isExpectedProfile(profile)) {
|
|
145
144
|
throw new FormatError(
|
|
146
|
-
'
|
|
145
|
+
'Sythos Canvas QR: profile marker is missing or is not the Sythos Canvas QR profile'
|
|
147
146
|
);
|
|
148
147
|
}
|
|
149
148
|
if (marker && marker.certified === true) {
|
|
150
149
|
throw new FormatError(
|
|
151
|
-
'
|
|
150
|
+
'Sythos Canvas QR: certified FrameQR input is not supported by this profile decoder'
|
|
152
151
|
);
|
|
153
152
|
}
|
|
154
153
|
if (!marker && !options.allowUnmarked) {
|
|
155
154
|
throw new FormatError(
|
|
156
|
-
'
|
|
155
|
+
'Sythos Canvas QR: unmarked QR matrix rejected; provide a verified profile marker'
|
|
157
156
|
);
|
|
158
157
|
}
|
|
159
158
|
|
|
@@ -161,7 +160,7 @@ function resolveProfile(matrix, options) {
|
|
|
161
160
|
const canvas = options.canvas ?? markerCanvas;
|
|
162
161
|
const version = (matrix.width - 17) / 4;
|
|
163
162
|
if (!Number.isInteger(version) || version < 1 || version > 40) {
|
|
164
|
-
throw new FormatError(`
|
|
163
|
+
throw new FormatError(`Sythos Canvas QR: invalid QR symbol size ${matrix.width}`);
|
|
165
164
|
}
|
|
166
165
|
const checked = validateCanvas(matrix.width, version, canvas);
|
|
167
166
|
if (markerCanvas && options.canvas) {
|
|
@@ -169,11 +168,11 @@ function resolveProfile(matrix, options) {
|
|
|
169
168
|
try {
|
|
170
169
|
marked = normalizeCanvasSpec(matrix.width, markerCanvas);
|
|
171
170
|
} catch (error) {
|
|
172
|
-
throw new FormatError(`
|
|
171
|
+
throw new FormatError(`Sythos Canvas QR: invalid marker canvas: ${error.message}`);
|
|
173
172
|
}
|
|
174
173
|
const fields = ['shape', 'centerX', 'centerY', 'width', 'height', 'angle'];
|
|
175
174
|
if (fields.some((field) => marked[field] !== checked.canvas[field])) {
|
|
176
|
-
throw new FormatError('
|
|
175
|
+
throw new FormatError('Sythos Canvas QR: matrix and requested canvas metadata disagree');
|
|
177
176
|
}
|
|
178
177
|
}
|
|
179
178
|
return {
|
|
@@ -185,7 +184,7 @@ function resolveProfile(matrix, options) {
|
|
|
185
184
|
}
|
|
186
185
|
|
|
187
186
|
/**
|
|
188
|
-
* Decode a
|
|
187
|
+
* Decode a Sythos Canvas QR matrix.
|
|
189
188
|
*
|
|
190
189
|
* @param {import('../core/bit-matrix.js').BitMatrix} matrix
|
|
191
190
|
* Square QR modules, normally returned by `encodeFrameQR` or a FrameQR
|
|
@@ -205,11 +204,11 @@ function resolveProfile(matrix, options) {
|
|
|
205
204
|
*/
|
|
206
205
|
export function decodeFrameQR(matrix, options = {}) {
|
|
207
206
|
if (!matrix || !Number.isInteger(matrix.width) || !Number.isInteger(matrix.height)) {
|
|
208
|
-
throw new FormatError('
|
|
207
|
+
throw new FormatError('Sythos Canvas QR: no matrix supplied');
|
|
209
208
|
}
|
|
210
209
|
if (matrix.width !== matrix.height) {
|
|
211
210
|
throw new FormatError(
|
|
212
|
-
`
|
|
211
|
+
`Sythos Canvas QR: symbol must be square, got ${matrix.width}x${matrix.height}`
|
|
213
212
|
);
|
|
214
213
|
}
|
|
215
214
|
|
|
@@ -221,7 +220,7 @@ export function decodeFrameQR(matrix, options = {}) {
|
|
|
221
220
|
// Preserve the original QR/RS error when possible, but give callers a
|
|
222
221
|
// profile-specific context without exposing implementation details.
|
|
223
222
|
if (error instanceof FormatError) {
|
|
224
|
-
throw new FormatError(`
|
|
223
|
+
throw new FormatError(`Sythos Canvas QR: payload is not recoverable: ${error.message}`);
|
|
225
224
|
}
|
|
226
225
|
throw error;
|
|
227
226
|
}
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
* MIT License
|
|
5
5
|
*
|
|
6
6
|
* Copyright (c) 2026 Sythos
|
|
7
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
8
7
|
*
|
|
9
8
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
10
9
|
* of this software and associated documentation files (the "Software"), to deal
|
|
@@ -30,7 +29,7 @@
|
|
|
30
29
|
*/
|
|
31
30
|
|
|
32
31
|
/**
|
|
33
|
-
* Detector for the non-certified
|
|
32
|
+
* Detector for the non-certified Sythos Canvas QR profile.
|
|
34
33
|
*
|
|
35
34
|
* The profile deliberately reuses QR Model 2 geometry. Finder localisation and
|
|
36
35
|
* projective sampling therefore use the QR detector; the additional profile
|
|
@@ -99,7 +98,7 @@ function sameCandidate(left, right) {
|
|
|
99
98
|
}
|
|
100
99
|
|
|
101
100
|
/**
|
|
102
|
-
* Detect
|
|
101
|
+
* Detect Sythos Canvas QR symbols in a binarized raster.
|
|
103
102
|
*
|
|
104
103
|
* @param {import('../core/bit-matrix.js').BitMatrix} binaryImage Set bit = dark.
|
|
105
104
|
* @param {object} [options]
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
* MIT License
|
|
5
5
|
*
|
|
6
6
|
* Copyright (c) 2026 Sythos
|
|
7
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
8
7
|
*
|
|
9
8
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
10
9
|
* of this software and associated documentation files (the "Software"), to deal
|
|
@@ -30,7 +29,7 @@
|
|
|
30
29
|
*/
|
|
31
30
|
|
|
32
31
|
/**
|
|
33
|
-
*
|
|
32
|
+
* Sythos Canvas QR profile encoder.
|
|
34
33
|
*
|
|
35
34
|
* This encoder deliberately builds on this project's QR Code implementation
|
|
36
35
|
* and then removes a conservatively bounded set of data modules for artwork.
|
|
@@ -69,7 +68,7 @@ function clearCanvas(matrix, modules) {
|
|
|
69
68
|
|
|
70
69
|
/**
|
|
71
70
|
* Encode a QR Code with a conservative artwork canvas according to the
|
|
72
|
-
* non-certified
|
|
71
|
+
* non-certified Sythos Canvas QR profile.
|
|
73
72
|
*
|
|
74
73
|
* The profile forces QR H error correction and rejects a canvas whenever its
|
|
75
74
|
* known codeword damage exceeds the per-block correction budget. When a
|
|
@@ -85,10 +84,10 @@ function clearCanvas(matrix, modules) {
|
|
|
85
84
|
*/
|
|
86
85
|
export function encodeFrameQR(text, options = {}) {
|
|
87
86
|
if (typeof text !== 'string') {
|
|
88
|
-
throw new EncodeError('
|
|
87
|
+
throw new EncodeError('Sythos Canvas QR: text must be a string');
|
|
89
88
|
}
|
|
90
89
|
if (options.ecc !== undefined && options.ecc !== 'H') {
|
|
91
|
-
throw new EncodeError('
|
|
90
|
+
throw new EncodeError('Sythos Canvas QR: ecc is fixed to H for this profile');
|
|
92
91
|
}
|
|
93
92
|
|
|
94
93
|
const qrOptions = {
|
|
@@ -124,7 +123,7 @@ export function encodeFrameQR(text, options = {}) {
|
|
|
124
123
|
analysis = validateCanvasSpec(versionFor(matrix), canvas);
|
|
125
124
|
} catch (error) {
|
|
126
125
|
if (error instanceof EncodeError) throw error;
|
|
127
|
-
throw new EncodeError(`
|
|
126
|
+
throw new EncodeError(`Sythos Canvas QR: invalid canvas: ${error.message}`);
|
|
128
127
|
}
|
|
129
128
|
if (!analysis.safe) {
|
|
130
129
|
unsafeAnalysis = analysis;
|
|
@@ -137,13 +136,13 @@ export function encodeFrameQR(text, options = {}) {
|
|
|
137
136
|
if (!selected) {
|
|
138
137
|
if (unsafeAnalysis) {
|
|
139
138
|
throw new EncodeError(
|
|
140
|
-
'
|
|
139
|
+
'Sythos Canvas QR: canvas is not safe for the selected QR version; ' +
|
|
141
140
|
`it touches ${unsafeAnalysis.touchedCodewordCount} codewords and has ` +
|
|
142
141
|
`a per-block correction budget of ${unsafeAnalysis.correctionBudgetPerBlock}`
|
|
143
142
|
);
|
|
144
143
|
}
|
|
145
144
|
if (capacityError) throw capacityError;
|
|
146
|
-
throw new EncodeError('
|
|
145
|
+
throw new EncodeError('Sythos Canvas QR: unable to select a QR version');
|
|
147
146
|
}
|
|
148
147
|
|
|
149
148
|
const { matrix, canvas } = selected;
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
* MIT License
|
|
5
5
|
*
|
|
6
6
|
* Copyright (c) 2026 Sythos
|
|
7
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
8
7
|
*
|
|
9
8
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
10
9
|
* of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
* MIT License
|
|
5
5
|
*
|
|
6
6
|
* Copyright (c) 2026 Sythos
|
|
7
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
8
7
|
*
|
|
9
8
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
10
9
|
* of this software and associated documentation files (the "Software"), to deal
|
|
@@ -30,7 +29,7 @@
|
|
|
30
29
|
*/
|
|
31
30
|
|
|
32
31
|
/**
|
|
33
|
-
* Structural contract for
|
|
32
|
+
* Structural contract for the Sythos Canvas QR profile.
|
|
34
33
|
*
|
|
35
34
|
* DENSO WAVE's public material describes FrameQR(R) as a proprietary symbol
|
|
36
35
|
* with a freely shaped canvas, dedicated generation/reading software and no
|
|
@@ -42,7 +41,7 @@
|
|
|
42
41
|
* symbol at level H and clears a bounded group of data modules. Its worst-case
|
|
43
42
|
* damage is calculated per Reed-Solomon block and must remain within the
|
|
44
43
|
* standard QR correction radius. Function modules are never canvas modules.
|
|
45
|
-
* This provides a deterministic, independently testable
|
|
44
|
+
* This provides a deterministic, independently testable canvas QR profile, but
|
|
46
45
|
* it is explicitly non-certified and not a substitute for proprietary FrameQR
|
|
47
46
|
* generation or validation software.
|
|
48
47
|
*
|
|
@@ -59,7 +58,7 @@ import {
|
|
|
59
58
|
/** Public identity and compatibility boundary of the implementable profile. */
|
|
60
59
|
export const FRAMEQR_PROFILE = Object.freeze({
|
|
61
60
|
id: 'sythos-canvas-qr/1',
|
|
62
|
-
name: '
|
|
61
|
+
name: 'Sythos Canvas QR profile',
|
|
63
62
|
certified: false,
|
|
64
63
|
densoFrameQrCompatible: false,
|
|
65
64
|
baseSymbology: 'QR Code Model 2',
|
|
@@ -78,7 +77,7 @@ function oddAtMost(value, maximum) {
|
|
|
78
77
|
|
|
79
78
|
function assertSymbolSize(symbolSize) {
|
|
80
79
|
if (!Number.isInteger(symbolSize) || symbolSize < 21 || symbolSize > 177 || (symbolSize - 17) % 4 !== 0) {
|
|
81
|
-
throw new RangeError(`
|
|
80
|
+
throw new RangeError(`Frame QR profile: ${symbolSize} is not a QR Model 2 symbol size`);
|
|
82
81
|
}
|
|
83
82
|
}
|
|
84
83
|
|
|
@@ -96,12 +95,12 @@ function assertSymbolSize(symbolSize) {
|
|
|
96
95
|
export function normalizeCanvasSpec(symbolSize, canvas = {}) {
|
|
97
96
|
assertSymbolSize(symbolSize);
|
|
98
97
|
if (canvas === null || typeof canvas !== 'object' || Array.isArray(canvas)) {
|
|
99
|
-
throw new TypeError('
|
|
98
|
+
throw new TypeError('Frame QR profile: canvas must be an object');
|
|
100
99
|
}
|
|
101
100
|
|
|
102
101
|
const shape = String(canvas.shape ?? 'square').toLowerCase();
|
|
103
102
|
if (!FRAMEQR_CANVAS_SHAPES.includes(shape)) {
|
|
104
|
-
throw new RangeError(`
|
|
103
|
+
throw new RangeError(`Frame QR profile: unsupported canvas shape "${shape}"`);
|
|
105
104
|
}
|
|
106
105
|
|
|
107
106
|
const defaultSize = oddAtMost(Math.max(3, Math.round(symbolSize * 0.17)), symbolSize - 16);
|
|
@@ -112,7 +111,7 @@ export function normalizeCanvasSpec(symbolSize, canvas = {}) {
|
|
|
112
111
|
for (const [name, value] of [['width', requestedWidth], ['height', requestedHeight]]) {
|
|
113
112
|
if (!Number.isFinite(Number(value)) || Number(value) < 1 || Number(value) > maximumDimension) {
|
|
114
113
|
throw new RangeError(
|
|
115
|
-
`
|
|
114
|
+
`Frame QR profile: canvas ${name} must be between 1 and ${maximumDimension} modules`
|
|
116
115
|
);
|
|
117
116
|
}
|
|
118
117
|
}
|
|
@@ -123,10 +122,10 @@ export function normalizeCanvasSpec(symbolSize, canvas = {}) {
|
|
|
123
122
|
const angle = ((Number(canvas.angle ?? 0) % 360) + 360) % 360;
|
|
124
123
|
|
|
125
124
|
if (![0, 90, 180, 270].includes(angle)) {
|
|
126
|
-
throw new RangeError('
|
|
125
|
+
throw new RangeError('Frame QR profile: angle must be 0, 90, 180 or 270 degrees');
|
|
127
126
|
}
|
|
128
127
|
if (centerX < 8 || centerY < 8 || centerX >= symbolSize - 8 || centerY >= symbolSize - 8) {
|
|
129
|
-
throw new RangeError('
|
|
128
|
+
throw new RangeError('Frame QR profile: canvas centre must remain inside the finder-pattern boundary');
|
|
130
129
|
}
|
|
131
130
|
|
|
132
131
|
return { shape, centerX, centerY, width, height, angle };
|
|
@@ -197,7 +196,7 @@ function codewordBlockMap(layout) {
|
|
|
197
196
|
*/
|
|
198
197
|
export function analyzeCanvasDamage(version, canvas = {}) {
|
|
199
198
|
if (!Number.isInteger(version) || version < 1 || version > 40) {
|
|
200
|
-
throw new RangeError(`
|
|
199
|
+
throw new RangeError(`Frame QR profile: version must be an integer 1-40, got ${version}`);
|
|
201
200
|
}
|
|
202
201
|
const symbolSize = versionSize(version);
|
|
203
202
|
const spec = normalizeCanvasSpec(symbolSize, canvas);
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
24
|
* SOFTWARE.
|
|
25
25
|
*
|
|
26
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
27
26
|
* SPDX-License-Identifier: MIT
|
|
28
27
|
*
|
|
29
28
|
* Original work. No code from any other barcode implementation.
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
24
|
* SOFTWARE.
|
|
25
25
|
*
|
|
26
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
27
26
|
* SPDX-License-Identifier: MIT
|
|
28
27
|
*
|
|
29
28
|
* Original work. No code from any other barcode implementation.
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
24
|
* SOFTWARE.
|
|
25
25
|
*
|
|
26
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
27
26
|
* SPDX-License-Identifier: MIT
|
|
28
27
|
*
|
|
29
28
|
* Original work. No code from any other barcode implementation.
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
24
|
* SOFTWARE.
|
|
25
25
|
*
|
|
26
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
27
26
|
* SPDX-License-Identifier: MIT
|
|
28
27
|
*
|
|
29
28
|
* Original work. No code from any other barcode implementation.
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
24
|
* SOFTWARE.
|
|
25
25
|
*
|
|
26
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
27
26
|
* SPDX-License-Identifier: MIT
|
|
28
27
|
*
|
|
29
28
|
* Original work. No code from any other barcode implementation.
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
24
|
* SOFTWARE.
|
|
25
25
|
*
|
|
26
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
27
26
|
* SPDX-License-Identifier: MIT
|
|
28
27
|
*
|
|
29
28
|
* Original work. No code from any other barcode implementation.
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
24
|
* SOFTWARE.
|
|
25
25
|
*
|
|
26
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
27
26
|
* SPDX-License-Identifier: MIT
|
|
28
27
|
*
|
|
29
28
|
* Original work. No code from any other barcode implementation.
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
24
|
* SOFTWARE.
|
|
25
25
|
*
|
|
26
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
27
26
|
* SPDX-License-Identifier: MIT
|
|
28
27
|
*
|
|
29
28
|
* Original work. No code from any other barcode implementation.
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
24
|
* SOFTWARE.
|
|
25
25
|
*
|
|
26
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
27
26
|
* SPDX-License-Identifier: MIT
|
|
28
27
|
*
|
|
29
28
|
* Original work. No code from any other barcode implementation.
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
24
|
* SOFTWARE.
|
|
25
25
|
*
|
|
26
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
27
26
|
* SPDX-License-Identifier: MIT
|
|
28
27
|
*
|
|
29
28
|
* Original work. No code from any other barcode implementation.
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
24
|
* SOFTWARE.
|
|
25
25
|
*
|
|
26
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
27
26
|
* SPDX-License-Identifier: MIT
|
|
28
27
|
*
|
|
29
28
|
* Original work. No code from any other barcode implementation.
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
24
|
* SOFTWARE.
|
|
25
25
|
*
|
|
26
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
27
26
|
* SPDX-License-Identifier: MIT
|
|
28
27
|
*
|
|
29
28
|
* Original work. No code from any other barcode implementation.
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
24
|
* SOFTWARE.
|
|
25
25
|
*
|
|
26
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
27
26
|
* SPDX-License-Identifier: MIT
|
|
28
27
|
*
|
|
29
28
|
* Original work. No code from any other barcode implementation.
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
24
|
* SOFTWARE.
|
|
25
25
|
*
|
|
26
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
27
26
|
* SPDX-License-Identifier: MIT
|
|
28
27
|
*
|
|
29
28
|
* Original work. No code from any other barcode implementation.
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
24
|
* SOFTWARE.
|
|
25
25
|
*
|
|
26
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
27
26
|
* SPDX-License-Identifier: MIT
|
|
28
27
|
*
|
|
29
28
|
* Original work. No code from any other barcode implementation.
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
24
|
* SOFTWARE.
|
|
25
25
|
*
|
|
26
|
-
* SPDX-FileCopyrightText: 2026 Sythos (https://www.sythos.net)
|
|
27
26
|
* SPDX-License-Identifier: MIT
|
|
28
27
|
*
|
|
29
28
|
* Original work. No code from any other barcode implementation.
|