const DefaultOptions = { weather: false, windspeed: true, weatherType: 'basic', tempformat: 'celsius', weatherdescription: false, cloudiness: false, humidity: false, visibility: false, windDirection: false, atmosphericpressure: false, zoomWeather: 100, }; export default DefaultOptions;