shareneus 1.6.13 → 1.6.14

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.
@@ -325,7 +325,7 @@ function buildBarcodeStack(code) {
325
325
  return [
326
326
  {
327
327
  svg,
328
- width: 55,
328
+ width: 80,
329
329
  alignment: 'center',
330
330
  margin: [0, 0, 0, 0]
331
331
  }
@@ -475,7 +475,7 @@ function textToSvgBarcode(text) {
475
475
  const svgElement = document.createElementNS("http://www.w3.org/2000/svg", "svg");
476
476
  (0, jsbarcode_1.default)(svgElement, text, {
477
477
  format: "CODE128",
478
- width: 0.8,
478
+ width: 1.2,
479
479
  height: 18,
480
480
  margin: 0,
481
481
  marginTop: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shareneus",
3
- "version": "1.6.13",
3
+ "version": "1.6.14",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",