@mcaptcha/svelte-glue
TypeScript icon, indicating that this package has built-in type declarations

0.1.0-alpha-1 • Public • Published

Svelte JS Glue library

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} />

Package Sidebar

Install

npm i @mcaptcha/svelte-glue

Homepage

mcaptcha.org

Weekly Downloads

1

Version

0.1.0-alpha-1

License

(MIT OR Apache-2.0)

Unpacked Size

422 kB

Total Files

44

Last publish

Collaborators

  • mcaptcha-user
  • realaravinth