CATALOG_PREVIEW_SIZE added to constants

This commit is contained in:
nklhrstv 2020-03-26 15:50:00 +02:00
parent 2ff50fdbb4
commit 2fec013865

View file

@ -1,7 +1,9 @@
const SUBTITLES_SIZES = [75, 100, 125, 150, 175, 200, 250];
const SUBTITLES_FONTS = ['Roboto', 'Arial', 'Halvetica', 'Times New Roman', 'Verdana', 'Courier', 'Lucida Console', 'sans-serif', 'serif', 'monospace'];
const CATALOG_PREVIEW_SIZE = 10;
module.exports = {
SUBTITLES_SIZES,
SUBTITLES_FONTS
SUBTITLES_FONTS,
CATALOG_PREVIEW_SIZE
};