Fixes and updates.

This commit is contained in:
Wynne Crisman
2020-01-16 09:31:12 -08:00
parent 2e57558ef4
commit a20e42e360
25 changed files with 346 additions and 820 deletions

6
imports/LabelFormats.js Normal file
View File

@@ -0,0 +1,6 @@
let formats = {
"oz8": {width: "76.2mm", height: "50.8mmm"},
"barcode": {width: "30.5mm", height: "30.5mm"}
};
export default formats;