function getColor(color) { color = color || '#ff4444' return color; } module.exports = { getColor: getColor };