@ultraviolet/illustrations
Version:
Ultraviolet Illustrations
29 lines (27 loc) • 2.05 kB
JavaScript
import { __esmMin, __exportAll } from "../../../_virtual/_rolldown/runtime.js";
//#region src/assets/products/objectStorage/index.ts
var objectStorage_exports = /* @__PURE__ */ __exportAll({
objectStorageContent: () => objectStorageContent,
objectStorageGlacierContent: () => objectStorageGlacierContent,
objectStorageGlacierKeyvisual: () => objectStorageGlacierKeyvisual,
objectStorageGlacierOriginal: () => objectStorageGlacierOriginal,
objectStorageGlacierWire: () => objectStorageGlacierWire,
objectStorageKeyvisual: () => objectStorageKeyvisual,
objectStorageOriginal: () => objectStorageOriginal,
objectStorageWire: () => objectStorageWire
});
var BASE_URL, objectStorageContent, objectStorageGlacierContent, objectStorageGlacierKeyvisual, objectStorageGlacierOriginal, objectStorageGlacierWire, objectStorageKeyvisual, objectStorageOriginal, objectStorageWire;
var init_objectStorage = __esmMin(() => {
BASE_URL = "https://assets.scaleway.com/illustrations";
objectStorageContent = `${BASE_URL}/products/objectStorage/object-storage-content.webp`;
objectStorageGlacierContent = `${BASE_URL}/products/objectStorage/object-storage-glacier-content.webp`;
objectStorageGlacierKeyvisual = `${BASE_URL}/products/objectStorage/object-storage-glacier-keyvisual.webp`;
objectStorageGlacierOriginal = `${BASE_URL}/products/objectStorage/object-storage-glacier-original.webp`;
objectStorageGlacierWire = `${BASE_URL}/products/objectStorage/object-storage-glacier-wire.svg`;
objectStorageKeyvisual = `${BASE_URL}/products/objectStorage/object-storage-keyvisual.webp`;
objectStorageOriginal = `${BASE_URL}/products/objectStorage/object-storage-original.webp`;
objectStorageWire = `${BASE_URL}/products/objectStorage/object-storage-wire.svg`;
});
//#endregion
init_objectStorage();
export { init_objectStorage, objectStorageContent, objectStorageGlacierContent, objectStorageGlacierKeyvisual, objectStorageGlacierOriginal, objectStorageGlacierWire, objectStorageKeyvisual, objectStorageOriginal, objectStorageWire, objectStorage_exports };