Enums.js 47 B

1234
  1. const SHAPES = {
  2. RECT: 1,
  3. ELLIPSE: 2,
  4. }