@ultraviolet/illustrations
Version:
Ultraviolet Illustrations
21 lines (19 loc) • 1.07 kB
JavaScript
import { __esmMin, __exportAll } from "../../../_virtual/_rolldown/runtime.js";
//#region src/assets/products/webPlatform/index.ts
var webPlatform_exports = /* @__PURE__ */ __exportAll({
webPlatformContent: () => webPlatformContent,
webPlatformKeyvisual: () => webPlatformKeyvisual,
webPlatformOriginal: () => webPlatformOriginal,
webPlatformWire: () => webPlatformWire
});
var BASE_URL, webPlatformContent, webPlatformKeyvisual, webPlatformOriginal, webPlatformWire;
var init_webPlatform = __esmMin(() => {
BASE_URL = "https://assets.scaleway.com/illustrations";
webPlatformContent = `${BASE_URL}/products/webPlatform/web-platform-content.webp`;
webPlatformKeyvisual = `${BASE_URL}/products/webPlatform/web-platform-keyvisual.webp`;
webPlatformOriginal = `${BASE_URL}/products/webPlatform/web-platform-original.webp`;
webPlatformWire = `${BASE_URL}/products/webPlatform/web-platform-wire.svg`;
});
//#endregion
init_webPlatform();
export { init_webPlatform, webPlatformContent, webPlatformKeyvisual, webPlatformOriginal, webPlatformWire, webPlatform_exports };