app.defaults = { viewHeight: window.viewHeight = 186, units: app.units = "ft", footResolution: 36, meterResolution: 100, wallOpacity: 0.98, outlineWidth: 2, colors: { wall: [255,255,255], outline: [0,0,0], floor: [246,246,246], ceiling: [255,255,255], }, } marked.setOptions({ sanitize: true, smartypants: true, })