UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

13 lines 261 B
import { createShape } from './util'; export const Circle = createShape('circle', { width: 60, height: 60, attrs: { circle: { r: 30, cx: 30, cy: 30, }, }, }); //# sourceMappingURL=circle.js.map