api documentation for svg-captcha (v1.3.4)

generate svg captcha in node.js or express.js

table of contents

  1. module svg-captcha
    1. function svg-captcha (text, options)
    2. function svg-captcha.create (options)
    3. function svg-captcha.createMathExpr (options)
    4. function svg-captcha.loadFont (filepath)
    5. function svg-captcha.randomText (options)
    6. object svg-captcha.option_manager
    7. object svg-captcha.options
    8. object svg-captcha.random
  2. module svg-captcha.option_manager
    1. function svg-captcha.option_manager.loadFont (filepath)
    2. object svg-captcha.option_manager.options
  3. module svg-captcha.random
    1. function svg-captcha.random.captchaText (options)
    2. function svg-captcha.random.color (bgColor)
    3. function svg-captcha.random.greyColor (min, max)
    4. function svg-captcha.random.int (min, max)
    5. function svg-captcha.random.mathExpr ()

module svg-captcha

function svg-captcha (text, options)

function svg-captcha.create (options)

function svg-captcha.createMathExpr (options)

function svg-captcha.loadFont (filepath)

function svg-captcha.randomText (options)

module svg-captcha.option_manager

function svg-captcha.option_manager.loadFont (filepath)

module svg-captcha.random

function svg-captcha.random.captchaText (options)

function svg-captcha.random.color (bgColor)

function svg-captcha.random.greyColor (min, max)

function svg-captcha.random.int (min, max)

function svg-captcha.random.mathExpr ()

[ this document was created with utility2 ]