total-captcha

1.0.7 • Public • Published

total-captcha

A captcha module for nodejs based on node-canvas

Note

  • install Cairo first, For system-specific installation view the Wiki from node-canvas

Installation

$ npm install total-captcha

Usage

//captcha 
var captcha = require("total-captcha");
var obj = {
    "mode" : 3, // 1 - Numeric captcha, 2 - alphabetical captcha, 3 - alphanumeric captcha
    "length" : 5
};
var resultant = captcha.createCaptcha(obj);
console.log("resultant", resultant);
 

Test

$ git clone https://github.com/BalaKrishna-BALU/total-captcha.git
cd total-captcha
$ sudo npm install
$ node test.js

Output

Generates an array consisting captcha code and base64 encoded captcha image.

License

MIT

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i total-captcha

    Weekly Downloads

    0

    Version

    1.0.7

    License

    MIT

    Unpacked Size

    3.45 kB

    Total Files

    4

    Last publish

    Collaborators

    • balakrishna