Skip to content

owsolutions/wavejs-updated

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wavejs

A javascript module that allows you to create random animated SVG waves.

Demo🌊 https://vedantyadu.github.io/wavejs-updated/

Setup

  • Oscillator creates a wave.
  • Translate the points into the shape you want.
  • Smoothly connect the points using curve.js.
import { Oscillator, TWO_PI } from "./src/wave.js"
import { bezier } from "./src/curve.js"

👉 Example implementation in index.js

About

A module that allows you to create random animated SVG waves.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.6%
  • HTML 15.6%
  • CSS 7.8%