UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

10 lines 211 B
import { createShape } from './util'; export const Rect = createShape('rect', { attrs: { rect: { width: 100, height: 60, }, }, }); //# sourceMappingURL=rect.js.map