0.1.4 • Published 2 years ago

@z3ro/synthwave v0.1.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Usage example:

const canvas: HTMLCanvasElement = document.querySelector('#canvas') const wave = new Wave(canvas, { canvasWidth: canvas.offsetWidth, canvasHeight: canvas.offsetHeight, xDots: 114, yDots: 102, color: 'red', centerPosition:.5, frameQtd: 35, waveDelay: 4, wavePattern: 'inside-out', frameCap: 30, horizonAngle: .15, waveMaxHeight: 50 }); wave.init();

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago