Skip to content

zaneshaw/svelte-holopin

Repository files navigation

svelte-holopin

npm version npm downloads license

A low effort wrapper of Holopin's board API.

✨ Installation

$ npm i -D svelte-holopin

✨ Usage

<Holopin /> expects a 'user' prop, which points to their Holopin board.

<script>
	import Holopin from 'svelte-holopin';
</script>

<Holopin user="zaneshaw" />

✨🦖 This is an unofficial package and is in no way associated with Holopin. ✨🦖