UNPKG
ascii-captcha
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Stand-alone captcha without any external modules or binary.
ascii-captcha
/
index.js
3 lines
(2 loc)
•
84 B
JavaScript
View Raw
1
2
3
var
ascii_captcha
=
require(
'./lib/ascii-captcha'
);
module
.
exports
= ascii_captcha;