Skip to content

多边形

Data

ts
export interface PolygonData extends ShapeData {
	shapeName: 'polygon'
	points: number[]
}