Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ascii_captcha/lib/ascii.ts>generate

🤖 A simple captcha system based on ASCII
Latest
function generate
import { generate } from "https://deno.land/x/ascii_captcha@v1.0.2/lib/ascii.ts";

Parameters

text: string

Returns

Promise<ASCII>