let config = { address: "0.0.0.0", ipWhitelist: [], modules: [ { module: "compliments", position: "lower_third", animateIn: "flipInX", animateOut: "flipOutX", config: { compliments: { anytime: ["AnimateCSS Testing..."] }, updateInterval: 2000, fadeSpeed: 1000 } } ] }; /*************** DO NOT EDIT THE LINE BELOW ***************/ if (typeof module !== "undefined") { module.exports = config; }