Files
PetitTetonMeteor/imports/LabelFormats.js
2020-01-16 09:31:12 -08:00

6 lines
137 B
JavaScript

let formats = {
"oz8": {width: "76.2mm", height: "50.8mmm"},
"barcode": {width: "30.5mm", height: "30.5mm"}
};
export default formats;