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