Options
All
  • Public
  • Public/Protected
  • All
Menu

captcha

captcha.gif

A simple captcha generator for nodejs.

GitHub 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 (emoji key):


Parbez

💻 🚧 🤔

WhiteSource Renovate

🚧

This project follows the all-contributors specification. Contributions of any kind welcome!

Generated using TypeDoc