# dynamic-tencent-captcha **Repository Path**: gimholg/dynamic-tencent-captcha ## Basic Information - **Project Name**: dynamic-tencent-captcha - **Description**: dynamic-tencent-captcha - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-13 - **Last Updated**: 2024-02-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dynamic-tencent-captcha 以尽量简单的代码获取腾讯图形验证结果。 ## Installation ``` npm install --save dynamic-tencent-captcha ``` ## Usage ```js import { getCaptcha } from 'getCaptcha'; getCaptcha("appId").then((result)=>{ console.log(result.CaptchaAppId) console.log(result.randstr) console.log(result.ticket) }) ``` ## Others my node version: `v16.17.1` my npm version: `8.15.0`