UNPKG

@turbox3d/graphic-component-pixi

Version:

Graphic component library based on pixi

17 lines (14 loc) 345 B
import { drawCircle } from './drawCircle'; import { drawLine, drawLines } from './drawLine'; import { drawPath } from './drawPath'; import { drawPolygon } from './drawPolygon'; import { drawRect } from './drawRect'; const DrawUtils = { drawCircle, drawLine, drawLines, drawPath, drawPolygon, drawRect, }; export default DrawUtils;