UNPKG

arcgis-fullscreen-widget

Version:

An ArcGIS JS V4 widget that uses the Fullscreen API.

12 lines (9 loc) 256 B
var locationPath = window.location.origin.replace(/\/+$/, '') + window.location.pathname; window.dojoConfig = { async: true, packages: [{ name: 'custom-widgets', location: locationPath + 'src', main: 'FullScreen' }] };