@ultraviolet/illustrations
Version:
Ultraviolet Illustrations
21 lines (19 loc) • 1 kB
JavaScript
import { __esmMin, __exportAll } from "../../../_virtual/_rolldown/runtime.js";
//#region src/assets/products/terraform/index.ts
var terraform_exports = /* @__PURE__ */ __exportAll({
terraformContent: () => terraformContent,
terraformKeyvisual: () => terraformKeyvisual,
terraformOriginal: () => terraformOriginal,
terraformWire: () => terraformWire
});
var BASE_URL, terraformContent, terraformKeyvisual, terraformOriginal, terraformWire;
var init_terraform = __esmMin(() => {
BASE_URL = "https://assets.scaleway.com/illustrations";
terraformContent = `${BASE_URL}/products/terraform/terraform-content.webp`;
terraformKeyvisual = `${BASE_URL}/products/terraform/terraform-keyvisual.webp`;
terraformOriginal = `${BASE_URL}/products/terraform/terraform-original.webp`;
terraformWire = `${BASE_URL}/products/terraform/terraform-wire.svg`;
});
//#endregion
init_terraform();
export { init_terraform, terraformContent, terraformKeyvisual, terraformOriginal, terraformWire, terraform_exports };