UNPKG

@eternaljs/captcha

Version:

This npm package generates secure and customizable CAPTCHA images for web applications, preventing automated abuse with ease.

4 lines (3 loc) 177 B
import { CaptchaInterface, OptionsInterface } from './interface'; declare function generateCaptcha(options: OptionsInterface): CaptchaInterface; export default generateCaptcha;