Methods
(static) generateAnswer(startopt, grammaropt) → {String}
Generate random string
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
start |
String |
<optional> |
'%W%' | Starting template |
grammar |
Object.<String, Array.<String>> |
<optional> |
DEFAULT_GRAMMAR | Grammar object |
Returns:
Random string
- Type
- String
(static) generateImage(str, optionsopt) → {Buffer}
Generate an image with text from string
Parameters:
Name | Type | Attributes | Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
str |
String | Captcha answer | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
options |
Object |
<optional> |
Override defaults
Properties
|
- Source:
- See:
-
- module:wakabtcha/image-generator~DEFAULT_FONT
Returns:
Image (image/gif)
- Type
- Buffer