0.0.8 • Published 3 years ago

svelte-pts-canvas v0.0.8

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 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

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago