UNPKG

wallchpaper

Version:

Change wallpaper after an adjustable time

16 lines 369 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const loader_1 = require("./loader"); class Config { constructor() { this.config = {}; } setup() { this.config = loader_1.importConfig(); } getConfig() { return this.config.config; } } exports.Config = Config; //# sourceMappingURL=config.js.map