UNPKG

crowdin-helper

Version:

Unofficial Crowdin client to automate continuous integration workflow

10 lines (8 loc) 147 B
const COLORS = { GREEN: '\x1b[32m', RED: '\x1b[31m', WHITE: '\x1b[37m', CYAN: '\x1b[36m', RESET: '\x1b[0m', }; module.exports = COLORS;