0.1.3 • Published 9 years ago

simple-hard-captcha v0.1.3

Weekly downloads
3
License
WTFPL
Repository
github
Last release
9 years ago

simple hard captcha

npmjs

Get Started

Install

$ npm install simple-hard-captcha

Arial is a proprietary typeface to which Monotype Imaging owns all rights.

So please replace your authorized Arial Black font (in Windows, OS X or MS Office, etc.) with the static/ArialBlack file :)

Usage

var SHC = require('simple-hard-captcha');

var shc = new SHC();
shc.draw();

shc.result;      // get the result
shc.toDataUrl(); // get base64 string of captcha image

Demo

demo

License

WTFPL

@farteryhr

@quietshu

<3

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago