1.0.11 • Published 2 years ago

captcha.gif v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.10

2 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago