All Projects → yeild → Jigsaw

yeild / Jigsaw

Licence: mit
canvas滑动验证码

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Jigsaw

React Konva
React + Canvas = Love. JavaScript library for drawing complex canvas graphics using React.
Stars: ✭ 4,302 (+823.18%)
Mutual labels:  canvas
Cheetah Grid
The fastest open-source data table for web.
Stars: ✭ 417 (-10.52%)
Mutual labels:  canvas
Vue Particle Line
🌈一个Vue+Cnavas酷炫背景粒子线条
Stars: ✭ 451 (-3.22%)
Mutual labels:  canvas
Jsnes Web
A browser UI for JSNES, a JavaScript NES emulator
Stars: ✭ 398 (-14.59%)
Mutual labels:  canvas
Pixelcraft
A Pixel Art Editor
Stars: ✭ 413 (-11.37%)
Mutual labels:  canvas
Indoor3d
a js lib based on three.js to show 3D indoor map
Stars: ✭ 425 (-8.8%)
Mutual labels:  canvas
Duckhunt Js
DuckHunt ported to JS and HTML5
Stars: ✭ 390 (-16.31%)
Mutual labels:  canvas
Trail Android
🚕 Simple, smooth animation for route / polylines on google maps using projections.
Stars: ✭ 465 (-0.21%)
Mutual labels:  canvas
Ipycanvas
Interactive Canvas in Jupyter
Stars: ✭ 416 (-10.73%)
Mutual labels:  canvas
Captcha recognize
Image Recognition captcha without image segmentation 无需图片分割的验证码识别
Stars: ✭ 449 (-3.65%)
Mutual labels:  captcha
Tui.image Editor
🍞🎨 Full-featured photo image editor using canvas. It is really easy, and it comes with great filters.
Stars: ✭ 4,761 (+921.67%)
Mutual labels:  canvas
React Canvas Draw
React Component for drawing in canvas
Stars: ✭ 412 (-11.59%)
Mutual labels:  canvas
Lena.js
👩 Library for image processing
Stars: ✭ 432 (-7.3%)
Mutual labels:  canvas
Rustynes
👾 An NES emulator by Rust and WebAssembly
Stars: ✭ 399 (-14.38%)
Mutual labels:  canvas
Captcha platform
[验证码识别-部署] This project is based on CNN+BLSTM+CTC to realize verificationtion. This projeccode identificat is only for deployment models.
Stars: ✭ 458 (-1.72%)
Mutual labels:  captcha
Baiduyun deeplearning competition
百度云魅族深度学习应用大赛
Stars: ✭ 393 (-15.67%)
Mutual labels:  captcha
Pts
A library for visualization and creative-coding
Stars: ✭ 4,628 (+893.13%)
Mutual labels:  canvas
Easyocr
Java OCR 识别组件(基于Tesseract OCR 引擎)。能自动完成图片清理、识别 CAPTCHA 验证码图片内容的一体化工作。Java Image cleanup, OCR recognition component (based Tesseract OCR engine, automatically cleanup image and identification CAPTCHA verification code picture content).
Stars: ✭ 466 (+0%)
Mutual labels:  captcha
Force Graph
Force-directed graph rendered on HTML5 canvas
Stars: ✭ 462 (-0.86%)
Mutual labels:  canvas
Zerker
Zerker is a lightweight and powerful flutter graphic animation library
Stars: ✭ 435 (-6.65%)
Mutual labels:  canvas

jigsaw

canvas滑动验证码

演示地址

用法:

  1. 引入jigsaw.min.js

jigsaw.init({
  el: document.getElementById('container'),
  width: 310, // 可选, 默认310
  height: 155, // 可选, 默认155
  onSuccess: function () { ... },
  onFail: function () { ... },
  onRefresh: function () { ... }
})

Tips:

.

  1. 图片从 https://picsum.photos/ 随机获取,然后用canvas裁剪生成滑块.

  2. 支持移动端和IE浏览器(IE10+).

  3. 纯前端验证不能保证安全性,本项目仅供学习交流.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].