UNPKG

generator-bingo-dig-h5

Version:

Bingo-dig-h5 generator by BINGO.DIG

14 lines (11 loc) 240 B
module.exports = { Desktop: { GUTTER: 24, GUTTER_LESS: 16, INCREMENT: 64, MENU_ITEM_HEIGHT: 32 }, getIncrementalDim: function(dim) { return Math.ceil(dim / this.Desktop.INCREMENT) * this.Desktop.INCREMENT; } }