@ultraviolet/illustrations
Version:
Ultraviolet Illustrations
12 lines (11 loc) • 532 B
JavaScript
const BASE_URL = "https://assets.scaleway.com/illustrations";
const edgeServicesContent = `${BASE_URL}/products/edgeServices/edge-services-content.webp`;
const edgeServicesKeyvisual = `${BASE_URL}/products/edgeServices/edge-services-keyvisual.webp`;
const edgeServicesOriginal = `${BASE_URL}/products/edgeServices/edge-services-original.webp`;
const edgeServicesWire = `${BASE_URL}/products/edgeServices/edge-services-wire.svg`;
export {
edgeServicesContent,
edgeServicesKeyvisual,
edgeServicesOriginal,
edgeServicesWire
};