UNPKG

go-captcha-vue

Version:

This is the vue package for go-captcha

18 lines (17 loc) 307 B
/** * @Author Awen * @Date 2024/06/01 * @Email wengaolng@gmail.com **/ export interface SlideRegionData { thumbX: number; thumbY: number; thumbWidth: number; thumbHeight: number; image: string; thumb: string; } export interface SlideRegionPoint { x: number; y: number; }