@paintless/svelte
v0.1.0
Published
Svelte binding for the Paintless widget
Maintainers
Readme
@paintless/svelte
The Paintless widget as a Svelte action.
<script>
import { paintless } from '@paintless/svelte'
</script>
<div use:paintless={{ api: { url: 'https://paintless.example.com', key: 'pk_live_...' } }} />A thin mounting layer over @paintless/widget — every option behaves identically
across the bindings.
Part of Paintless — click an element in a running app, describe the change, let an agent make it. Docs: https://kyechan99.github.io/paintless/
MIT © kyechan99
