/** * @module ol/style */ import IconImageCache from './style/IconImageCache.js'; /** * The {@link ol.style.IconImageCache} for {@link ol.style.Icon} images. * @api */ export const iconImageCache = new IconImageCache();