UNPKG

gl2d

Version:

2D graphics package for WebGL

6 lines (5 loc) 185 B
import { RectLike } from '../struct/rect'; import { MeshSpecification } from './mesh'; export interface RectangleSpecification extends MeshSpecification { bounds?: RectLike; }