@ultraviolet/illustrations
Version:
Ultraviolet Illustrations
12 lines (11 loc) • 516 B
JavaScript
const BASE_URL = "https://assets.scaleway.com/illustrations";
const webPlatformContent = `${BASE_URL}/products/webPlatform/web-platform-content.webp`;
const webPlatformKeyvisual = `${BASE_URL}/products/webPlatform/web-platform-keyvisual.webp`;
const webPlatformOriginal = `${BASE_URL}/products/webPlatform/web-platform-original.webp`;
const webPlatformWire = `${BASE_URL}/products/webPlatform/web-platform-wire.svg`;
export {
webPlatformContent,
webPlatformKeyvisual,
webPlatformOriginal,
webPlatformWire
};