UNPKG

diagrams-js

Version:

A TypeScript port of the diagrams Python library for drawing cloud system architecture diagrams as code

2 lines (1 loc) 247 B
import{Node as t}from "../../index.js";function s(o,r){let n=t(o??"Elastic",r);return n["~provider"]="elastic",n["~iconDir"]="elastic",n}function c(o,r){let n=s(o??"Elastic",r);return n["~icon"]="elastic.png",n}export{c as Elastic,s as _Elastic};