UNPKG

algebraic-captcha

Version:

NodeJS math captcha package with algebraic formulas

13 lines (12 loc) 264 B
export interface IParams { width?: number; height?: number; background?: string; minValue?: number; maxValue?: number; noise?: number; operandAmount?: number; operandTypes?: string[]; mode?: string; targetSymbol?: string; }