@ultraviolet/illustrations
Version:
Ultraviolet Illustrations
12 lines (11 loc) • 400 B
JavaScript
const BASE_URL = "https://assets.scaleway.com/illustrations";
const natsContent = `${BASE_URL}/products/nats/nats-content.webp`;
const natsKeyvisual = `${BASE_URL}/products/nats/nats-keyvisual.webp`;
const natsOriginal = `${BASE_URL}/products/nats/nats-original.webp`;
const natsWire = `${BASE_URL}/products/nats/nats-wire.svg`;
export {
natsContent,
natsKeyvisual,
natsOriginal,
natsWire
};