go-captcha-jslib
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "go-captcha-jslib", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "This is the javascript library for go-captcha", |
@@ -1,9 +0,18 @@ | ||
# Go Captcha Javascript Library | ||
<div align="center"> | ||
<img width="120" style="padding-top: 50px; margin: 0;" src="http://47.104.180.148/go-captcha/gocaptcha_logo.svg?v=1"/> | ||
<h1 style="margin: 0; padding: 0">Go Captcha</h1> | ||
<p>Behavior Captcha For Javascript</p> | ||
</div> | ||
<br/> | ||
> English | [中文](README_zh.md) | ||
<br/> | ||
<p> ⭐️ If it helps you, please give a star.</p> | ||
<img src="http://47.104.180.148/go-captcha/go-captcha-v2.jpg" alt="Poster"> | ||
## Install Module | ||
@@ -22,3 +31,3 @@ ```shell | ||
// Import css | ||
// Import css,Need css-loader processer | ||
import "go-captcha-jslib/dist/gocaptcha.global.css" | ||
@@ -35,7 +44,5 @@ | ||
<br/> | ||
## Browser | ||
Bower Tool | ||
## Browser Install | ||
#### Bower Tool | ||
```shell | ||
@@ -56,3 +63,3 @@ bower install wenlng/go-captcha-jslib --save | ||
#### OR | ||
#### CDN Import | ||
@@ -69,6 +76,4 @@ ```html | ||
``` | ||
<br/> | ||
## 🖖 Click Mode Captcha | ||
## Click Mode | ||
```html | ||
@@ -114,3 +119,3 @@ <div id="click-wrap"/> | ||
### Parameter Reference | ||
```ts | ||
@@ -160,3 +165,3 @@ // config = {} | ||
## 🖖 Slide Mode Captcha | ||
## Slide Mode | ||
```html | ||
@@ -205,3 +210,3 @@ <div id="slide-wrap"/> | ||
``` | ||
### Parameter Reference | ||
```ts | ||
@@ -254,2 +259,3 @@ // config = {} | ||
## Drag-And-Drop Mode | ||
@@ -344,3 +350,3 @@ ```html | ||
## 🖖 Rotate Mode Captcha | ||
## Rotation Mode | ||
```html | ||
@@ -386,3 +392,2 @@ <div id="rotate-wrap"/> | ||
### Parameter Reference | ||
```ts | ||
@@ -460,3 +465,3 @@ // config = {} | ||
### params | ||
```ts | ||
@@ -488,10 +493,2 @@ | ||
``` | ||
<br/> | ||
## 👍 Sponsor | ||
<div> | ||
<a href="http://gocaptcha.wencodes.com/sponsor/" target="_blank">http://gocaptcha.wencodes.com/sponsor/</a> | ||
</div> | ||
<br/> | ||
``` |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1091572
482