Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

captcha-ts

Verification code generator

Installation

npm install --save captcha-ts

Example

import * as fs from 'fs';
import { captcha } from 'captcha-ts';

async function test () {
    const { token, buffer } = await captcha();

    console.log(token, buffer);

    fs.createWriteStream('test.gif').on('finish', () => console.log(token)).end(buffer);
}

test();

About

Verification code generator

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages