(...a)
| 7 | import { cfg } from './src/config.js'; |
| 8 | |
| 9 | const screenshot = (...a) => resolve(cfg.dir.screenshots, 'epic-games', ...a); |
| 10 | |
| 11 | const URL_CLAIM = 'https://store.epicgames.com/en-US/free-games'; |
| 12 | const URL_LOGIN = 'https://www.epicgames.com/id/login?lang=en-US&noHostRedirect=true&redirectUrl=' + URL_CLAIM; |