@ultraviolet/illustrations
Version:
Ultraviolet Illustrations
16 lines (15 loc) • 765 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const BASE_URL = "https://assets.scaleway.com/illustrations";
const authBackground = `${BASE_URL}/various/onboarding/auth-background.webp`;
const cloud = `${BASE_URL}/various/onboarding/cloud.webp`;
const email = `${BASE_URL}/various/onboarding/email.webp`;
const forgotPassword = `${BASE_URL}/various/onboarding/forgot-password.webp`;
const scaleway = `${BASE_URL}/various/onboarding/scaleway.webp`;
const termsOfService = `${BASE_URL}/various/onboarding/terms-of-service.webp`;
exports.authBackground = authBackground;
exports.cloud = cloud;
exports.email = email;
exports.forgotPassword = forgotPassword;
exports.scaleway = scaleway;
exports.termsOfService = termsOfService;