@ultraviolet/illustrations
Version:
Ultraviolet Illustrations
20 lines (19 loc) • 1.11 kB
JavaScript
const BASE_URL = "https://assets.scaleway.com/illustrations";
const objectStorageContent = `${BASE_URL}/products/objectStorage/object-storage-content.webp`;
const objectStorageGlacierContent = `${BASE_URL}/products/objectStorage/object-storage-glacier-content.webp`;
const objectStorageGlacierKeyvisual = `${BASE_URL}/products/objectStorage/object-storage-glacier-keyvisual.webp`;
const objectStorageGlacierOriginal = `${BASE_URL}/products/objectStorage/object-storage-glacier-original.webp`;
const objectStorageGlacierWire = `${BASE_URL}/products/objectStorage/object-storage-glacier-wire.svg`;
const objectStorageKeyvisual = `${BASE_URL}/products/objectStorage/object-storage-keyvisual.webp`;
const objectStorageOriginal = `${BASE_URL}/products/objectStorage/object-storage-original.webp`;
const objectStorageWire = `${BASE_URL}/products/objectStorage/object-storage-wire.svg`;
export {
objectStorageContent,
objectStorageGlacierContent,
objectStorageGlacierKeyvisual,
objectStorageGlacierOriginal,
objectStorageGlacierWire,
objectStorageKeyvisual,
objectStorageOriginal,
objectStorageWire
};