UNPKG

diagrams-js

Version:

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

2 lines (1 loc) 219 B
import{Node as s}from "../../index.js";function i(o,r){let n=s(o??"Gis",r);return n["~provider"]="gis",n["~iconDir"]="gis",n}function e(o,r){let n=i(o??"Gis",r);return n["~icon"]="gis.png",n}export{e as Gis,i as _Gis};