@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/annotations/index.ts
var annotations_exports = /* @__PURE__ */ __exportAll({
annotationsContent: () => annotationsContent,
annotationsKeyvisual: () => annotationsKeyvisual,
annotationsOriginal: () => annotationsOriginal,
annotationsWire: () => annotationsWire
});
var BASE_URL, annotationsContent, annotationsKeyvisual, annotationsOriginal, annotationsWire;
var init_annotations = __esmMin(() => {
BASE_URL = "https://assets.scaleway.com/illustrations";
annotationsContent = `${BASE_URL}/products/annotations/annotations-content.webp`;
annotationsKeyvisual = `${BASE_URL}/products/annotations/annotations-keyvisual.webp`;
annotationsOriginal = `${BASE_URL}/products/annotations/annotations-original.webp`;
annotationsWire = `${BASE_URL}/products/annotations/annotations-wire.svg`;
});
//#endregion
init_annotations();
export { annotationsContent, annotationsKeyvisual, annotationsOriginal, annotationsWire, annotations_exports, init_annotations };