"use strict"; Object.defineProperty(exports, "__esModule", { value: true } ); var CELLS = exports.CELLS = [{ x: 0, y: 0, width: 2, height: 2} , { x: 2, y: 0, width: 1, height: 1} , { x: 2, y: 1, width: 1, height: 1} , { x: 3, y: 0, width: 1, height: 3} , { x: 0, y: 2, width: 3, height: 2} , { x: 3, y: 3, width: 1, height: 1} , { x: 4, y: 0, width: 2, height: 2} , { x: 4, y: 2, width: 1, height: 1} , { x: 5, y: 2, width: 1, height: 1} , { x: 4, y: 3, width: 2, height: 1} ] ; var SECTION_SIZE = exports.SECTION_SIZE = 2;