UNPKG

leaflet.smooth_marker_bouncing

Version:
13 lines (10 loc) 281 B
import {load as esmLoad} from '@istanbuljs/esm-loader-hook'; export function load(url, context, defaultLoad) { if (url.endsWith('.css')) { return { format: 'module', source: '' }; } return esmLoad(url, context, defaultLoad); }