UNPKG
jscv
Version:
latest (0.0.1)
0.0.1
Computer Vision done in Node.js
github.com/communotey/JSCV
communotey/JSCV
jscv
/
index.js
3 lines
(2 loc)
•
117 B
JavaScript
View Raw
1
2
3
const
textParser
=
require
(
'./textParser'
);
textParser
(
'./test_cases/alphabet.png'
, {
r
:
0
,
g
:
0
,
b
:
0
,
a
:
255
},
20
);