UNPKG

suitest-js-api

Version:

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

10 lines (7 loc) 153 B
const OCR_READ_AS = { LINE: 'single-line', WORD: 'single-word', BLOCK: 'single-block', }; Object.freeze(OCR_READ_AS); module.exports = OCR_READ_AS;