0.1.0-alpha-1 • Published 6 months ago

@mcaptcha/svelte-glue v0.1.0-alpha-1

Weekly downloads
-
License
(MIT OR Apache-2....
Repository
github
Last release
6 months ago

Embed mCaptcha widget in webpages built using Svelte Js

NPM JavaScript Style Guide 0.1.0 Build) codecov

Install

npm install --save @mcaptcha/svelte-glue

Usage

<script lang="ts">
	import Widget from '@mcaptcha/svelte-glue';

	const config = {
		widgetLink: new URL('https://demo.mcaptcha.org/widget/?sitekey=foo')
	};
</script>

<Widget {config} />