UNPKG

@turbox3d/graphic-component-pixi

Version:

Graphic component library based on pixi

14 lines 405 B
import { drawCircle } from './drawCircle'; import { drawLine, drawLines } from './drawLine'; import { drawPath } from './drawPath'; import { drawPolygon } from './drawPolygon'; import { drawRect } from './drawRect'; var DrawUtils = { drawCircle: drawCircle, drawLine: drawLine, drawLines: drawLines, drawPath: drawPath, drawPolygon: drawPolygon, drawRect: drawRect }; export default DrawUtils;