# sim-captcha-js
**Repository Path**: yiyungent/sim-captcha-js
## Basic Information
- **Project Name**: sim-captcha-js
- **Description**: JavaScript implementation of SimCaptcha frontend.
- **Primary Language**: JavaScript
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-12-07
- **Last Updated**: 2021-12-07
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
sim-captcha-js
> :cake: 一个简单易用的点触验证码, SimCaptcha 前端的 JavaScript 实现
[]()
[](https://github.com/yiyungent/sim-captcha-js/blob/master/LICENSE)
[](https://www.npmjs.com/package/sim-captcha)
[](https://www.jsdelivr.com/package/npm/sim-captcha)
## 介绍
轻松将点触验证码带入你的Web应用
+ **简单** - 简单易用.
+ **免费** - MIT协议 发布
## 在线演示
- http://captcha-client.moeci.com/index.html
- 仅供演示, 不稳定, 且非最新版
- 用户名,密码 均为 admin
## 安装
#### CDN
```html
```
#### npm
```bash
npm install sim-captcha --save
```
## 使用
### 使用模块管理器
```js
import SimCaptcha from 'sim-captcha';
const cap = new SimCaptcha(options);
```
### 在页面中使用
```html
```
## 相关项目
- [SimCaptcha](https://github.com/yiyungent/SimCaptcha)
- [vue-sim-captcha](https://github.com/yiyungent/vue-sim-captcha)
## 鸣谢
- 点触验证码设计参考自 NetCoreVerificationCode,感谢作者 wangchengqun 的贡献
## Donate
sim-captcha-js is an MIT licensed open source project and completely free to use. However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing.
We accept donations through these channels:
- 爱发电
## Author
**sim-captcha-js** © [yiyun](https://github.com/yiyungent), Released under the [MIT](./LICENSE) License.
Authored and maintained by yiyun with help from contributors ([list](https://github.com/yiyungent/sim-captcha-js/contributors)).
> GitHub [@yiyungent](https://github.com/yiyungent)