Package Exports
- arcgis-circadian-widget
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (arcgis-circadian-widget) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
arcgis-circadian-widget
🌅 An ArcGIS JS V4 widget that changes the map tint based on the time of day.
Include the style, create the widget
require([
"custom-widgets/Circadian"
], function(Circadian) {
// create your map and view
var c = new Circadian();
c.startup();
Get it from here or via npm npm install arcgis-circadian-widget --save
Running locally
Download / clone this repository then run npm install
> npm start