@ultraviolet/illustrations
Version:
Ultraviolet Illustrations
12 lines (11 loc) • 500 B
JavaScript
const BASE_URL = "https://assets.scaleway.com/illustrations";
const apiGatewayContent = `${BASE_URL}/products/apiGateway/api-gateway-content.webp`;
const apiGatewayKeyvisual = `${BASE_URL}/products/apiGateway/api-gateway-keyvisual.webp`;
const apiGatewayOriginal = `${BASE_URL}/products/apiGateway/api-gateway-original.webp`;
const apiGatewayWire = `${BASE_URL}/products/apiGateway/api-gateway-wire.svg`;
export {
apiGatewayContent,
apiGatewayKeyvisual,
apiGatewayOriginal,
apiGatewayWire
};