4 lines
72 B
JavaScript
4 lines
72 B
JavaScript
module.exports = {
|
|
SIZES: [1, 2, 4, 6, 8, 12, 16, 20, 24, 28, 32],
|
|
};
|