UNPKG

gl2d

Version:

2D graphics package for WebGL

6 lines (5 loc) 163 B
import { MeshSpecification } from './mesh'; export interface PolygonSpecification extends MeshSpecification { sides?: number; hasFlatTop?: boolean; }