rxing-wasm 0.2.0 → 0.2.1

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rxing-wasm",
3
3
  "description": "wasm bindings for rxing to provide commong barcode operations (decode/encode)",
4
- "version": "0.2.0",
4
+ "version": "0.2.1",
5
5
  "license": "Apache 2.0",
6
6
  "repository": {
7
7
  "type": "git",
package/rxing_wasm.d.ts CHANGED
@@ -221,6 +221,12 @@ export enum DecodeHintTypes {
221
221
  *
222
222
  */
223
223
  AlsoInverted = 11,
224
+ /**
225
+ *
226
+ * * Translate the ASCII values parsed by the Telepen reader into the Telepen Numeric form; use {@link Boolean#TRUE}.
227
+ *
228
+ */
229
+ TelepenAsNumeric = 12,
224
230
  }
225
231
  /**
226
232
  */
package/rxing_wasm_bg.js CHANGED
@@ -488,7 +488,13 @@ AllowedEanExtensions:10,"10":"AllowedEanExtensions",
488
488
  * * second time with an inverted image. Doesn't matter what it maps to; use {@link Boolean#TRUE}.
489
489
  *
490
490
  */
491
- AlsoInverted:11,"11":"AlsoInverted", });
491
+ AlsoInverted:11,"11":"AlsoInverted",
492
+ /**
493
+ *
494
+ * * Translate the ASCII values parsed by the Telepen reader into the Telepen Numeric form; use {@link Boolean#TRUE}.
495
+ *
496
+ */
497
+ TelepenAsNumeric:12,"12":"TelepenAsNumeric", });
492
498
  /**
493
499
  */
494
500
  export class BarcodeResult {
Binary file