# fox-captcha
**Repository Path**: example_branch/fox-captcha
## Basic Information
- **Project Name**: fox-captcha
- **Description**: vue组件-图片验证码
- **Primary Language**: Unknown
- **License**: LGPL-3.0
- **Default Branch**: master
- **Homepage**: https://guojikun_admin.gitee.io/fox-captcha
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2022-04-26
- **Last Updated**: 2025-12-10
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 图片验证码生成器
[demo](https://guojikun.github.io/fox-captcha/) [Github](https://github.com/GuoJikun/fox-captcha) [New issue](https://github.com/GuoJikun/fox-captcha/issues/new)
## 安装
```bash
yarn add fox-captcha
```
## 使用
```vue
```
## Props
| 属性 | 说明 | 类型 | 可选值 | 默认值 |
| ------ | ---- | ------ | -------------- | ------ |
| type | 类型 | string | letter/digital | - |
| width | 类型 | number | - | 100 |
| height | 类型 | number | - | 30 |
## methods
| 方法名 | 说明 | 传入参数 | 返回值 |
| -------- | ------------------ | -------- | ------- |
| validate | 校验验证码是否正确 | string | boolean |