6 lines
137 B
JavaScript
6 lines
137 B
JavaScript
|
|
let formats = {
|
||
|
|
"oz8": {width: "76.2mm", height: "50.8mmm"},
|
||
|
|
"barcode": {width: "30.5mm", height: "30.5mm"}
|
||
|
|
};
|
||
|
|
|
||
|
|
export default formats;
|