@ultraviolet/illustrations
Version:
Ultraviolet Illustrations
21 lines (19 loc) • 1.31 kB
JavaScript
import { __esmMin, __exportAll } from "../../../_virtual/_rolldown/runtime.js";
//#region src/assets/products/distributedDataLab/index.ts
var distributedDataLab_exports = /* @__PURE__ */ __exportAll({
distributedDataLabContent: () => distributedDataLabContent,
distributedDataLabKeyvisual: () => distributedDataLabKeyvisual,
distributedDataLabOriginal: () => distributedDataLabOriginal,
distributedDataLabWire: () => distributedDataLabWire
});
var BASE_URL, distributedDataLabContent, distributedDataLabKeyvisual, distributedDataLabOriginal, distributedDataLabWire;
var init_distributedDataLab = __esmMin(() => {
BASE_URL = "https://assets.scaleway.com/illustrations";
distributedDataLabContent = `${BASE_URL}/products/distributedDataLab/distributed-data-lab-content.webp`;
distributedDataLabKeyvisual = `${BASE_URL}/products/distributedDataLab/distributed-data-lab-keyvisual.webp`;
distributedDataLabOriginal = `${BASE_URL}/products/distributedDataLab/distributed-data-lab-original.webp`;
distributedDataLabWire = `${BASE_URL}/products/distributedDataLab/distributed-data-lab-wire.svg`;
});
//#endregion
init_distributedDataLab();
export { distributedDataLabContent, distributedDataLabKeyvisual, distributedDataLabOriginal, distributedDataLabWire, distributedDataLab_exports, init_distributedDataLab };