UNPKG

go-captcha-svelte

Version:

GoCaptcha for Svelte, which implements click mode, slider mode, drag-drop mode and rotation mode.

23 lines (22 loc) 434 B
/** * @Author Awen * @Date 2024/06/01 * @Email wengaolng@gmail.com **/ export const defaultConfig = () => ({ width: 300, height: 220, thumbWidth: 150, thumbHeight: 40, verticalPadding: 16, horizontalPadding: 12, showTheme: true, title: "请在下图依次点击", buttonText: "确认", iconSize: 22, dotSize: 24, }); export const defaultData = () => ({ thumb: '', image: '' });