svelte-konvajs
v0.0.2
Published
[](https://ci.patwie.com/PatWie/svelte-konvajs)
Downloads
9
Readme
svelte-konvajs
Svelte wrapper for konvajs Open for PRs and contributions!
Full Documentation and demo here
Installation
npm i svelte-konvajsUsage
<Stage width={500} height={500} {container}>
<Layer>
<Rect
x={20}
y={20}
width={100}
height={50}
fill="green"
stroke="black"
strokeWidth={4}
/>
</Layer>
</Stage>