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 t(o,r){let n=s(o??"K8s",r);return n["~provider"]="k8s",n["~iconDir"]="k8s",n}function e(o,r){let n=t(o??"K8s",r);return n["~icon"]="k8s.png",n}export{e as K8s,t as _K8s};