UNPKG

suitest-js-api

Version:

Suitest is a test automation and device manipulation tool for living room devices and web browsers.

9 lines (6 loc) 111 B
const OCR_COLOR = { DARK: 'dark', LIGHT: 'light', }; Object.freeze(OCR_COLOR); module.exports = OCR_COLOR;