UNPKG

tesseract.js

Version:
6 lines (4 loc) 91 B
'use strict'; module.exports = (worker, handler) => { worker.on('message', handler); };