captcha.gif
TypeScript icon, indicating that this package has built-in type declarations

1.0.11 • Public • Published

captcha.gif

A simple captcha generator for nodejs.

npm codecov npm

Description

A simple lightweight captcha generator for nodejs.

Impliments captcha generator in C in js.

Read TypeDoc generated Documentation here.

Features

  • Written In Typescript
  • Offers CJS, ESM builds
  • Full TypeScript & JavaScript support

Install

# npm
npm i captcha.gif

# yarn
yarn add captcha.gif

Usage

import { Captcha } from 'captcha.gif';
const { Captcha } = require('captcha.gif');

Generate Captcha

const captcha = new Captcha();

const { token, buffer } = captcha.generate();

Buy me some doughnuts

If you want to support me by donating, you can do so by using any of the following methods. Thank you very much in advance!

Buy Me A Coffee Buy Me a Coffee at ko-fi.com

Contributors

Thanks goes to these wonderful people:

Package Sidebar

Install

npm i captcha.gif

Weekly Downloads

109

Version

1.0.11

License

MIT

Unpacked Size

456 kB

Total Files

9

Last publish

Collaborators

  • imranbarbhuiya