UNPKG

@jalzae/vue-captcha

Version:

Interactive human verification library for Vue 3 and Nuxt 3 with canvas-based CAPTCHA and dice games

17 lines (15 loc) 363 B
interface ModuleOptions { /** * Whether to auto-import the useVerifyHuman composable * @default true */ autoImports?: boolean; /** * Whether to provide $verifyHuman via useNuxtApp() * @default true */ addPlugin?: boolean; } declare const _default: any; export { _default as default }; export type { ModuleOptions };