1.0.3 • Published 12 months ago

captcha-tencent v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

CaptchaTencent

我个人是不太喜欢往window上挂东西,所以用模块来代替我不喜欢的方式

how to use

import { tCaptcha, load } from "captcha-tencent";

// 加载
await load();

const a = tCaptcha("您的CaptchaAppId", callback, {});
a.show();

// 卸载
unload();


// use react
useEffect(() => {
    load();

    return () => {
        unload();
    }
}, []);

more

详细文档

1.0.3

12 months ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago