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} />
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
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} />