1.0.11 • Published 11 months ago

captcha.gif v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

captcha.gif

A simple captcha generator for nodejs.

GitHub codecov npm

Description

A simple lightweight captcha generator for nodejs.

Read Full 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

Note: While examples uses import, it maps 1:1 with CommonJS' require syntax. For example, import { package } from 'package-name' is the same as const { mahrin } = require('template').

import { Captcha } from 'captcha.gif';

Generate Captcha

import { Captcha } from 'captcha.gif';

const captcha = new Captcha();

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

Contributors ✨

Thanks goes to these wonderful people (emoji key):

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

1.0.11

11 months ago

1.0.10

12 months ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago