UNPKG

staticdelivr

Version:

StaticDelivr simplifies image delivery by optimizing performance through CDN integration, format conversion, and dynamic resizing. Perfect for React applications.

15 lines (14 loc) 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.config = void 0; let globalConfig = { baseURL: '', }; exports.config = { set(config) { globalConfig = { ...globalConfig, ...config }; }, get() { return globalConfig; }, };