Configuration interface for trace lines connecting CAPTCHA characters.
const config: SetTraceOption = { color: '#95a5a6', size: 3, opacity: 0.8}; Copy
const config: SetTraceOption = { color: '#95a5a6', size: 3, opacity: 0.8};
Optional
Color of the trace line
Width of the trace line in pixels
Opacity of the trace line (0.0 to 1.0)
Configuration interface for trace lines connecting CAPTCHA characters.
Example