5 lines
No EOL
164 B
JavaScript
5 lines
No EOL
164 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.CELL_STRIDE = 2;
|
|
exports.CELL_SIZE = 12;
|
|
//# sourceMappingURL=config.js.map
|