UNPKG

lib-sketch-tool

Version:

## Installing with npm $ npm install --save lib-sketch-tool

8 lines (7 loc) 146 B
export declare enum AvailableGeometricShape { 'Rectangle' = 0, 'Circle' = 1, 'Triangle' = 2, 'Line' = 3, 'Cross' = 4 }