Embed mCaptcha widget in webpages built using Svelte Js
npm install --save @mcaptcha/svelte-glue
<script lang="ts"> import Widget from '@mcaptcha/svelte-glue'; const config = { widgetLink: new URL('https://demo.mcaptcha.org/widget/?sitekey=foo') };</script><Widget {config} />
Generated using TypeDoc