@sythos/js_barcode_universal 1.0.0 → 1.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.
@@ -203,9 +203,10 @@
203
203
 
204
204
  // Sensible sample content per format, so switching format never lands the
205
205
  // user on an "invalid payload" error they have to reverse-engineer.
206
- var SAMPLES = {
206
+ var SAMPLES = {
207
207
  qr: 'https://example.com',
208
208
  datamatrix: 'Data Matrix ECC 200',
209
+ aztec: 'Aztec Code — UTF-8 👋',
209
210
  ean13: '5901234123457',
210
211
  ean8: '96385074',
211
212
  upca: '036000291452',