0.0.8 • Published 2 years ago

svelte-pts-canvas v0.0.8

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

svelte-pts-canvas

A Svelte component for the Pts library.

Installation

npm install svelte-pts-canvas

Usage

import { PtsCanvas } from 'svelte-pts-canvas';

// ...

<PtsCanvas setup={{bgcolor: '#f0f'}} onAnimate={handleAnimate} />

This is experimental. Take a look at the example in src/routes/index.svelte

Developement

npm run build

// IMPORTANT to change directory before publish
cd package
npm publish
0.0.8

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago