UNPKG

@moderrkowo/jsgl

Version:

Client-side JavaScript library for creating web 2D games. Focusing at objective game.

8 lines (7 loc) 125 B
export enum ShapeType { Cube = 'RECT', Rect = 'RECT', Rectangle = 'RECT', Circle = 'CIRCLE', Ellipse = 'CIRCLE', }