owsolutions / wavejs-updated

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

Home Page:https://vedantyadu.github.io/wavejs-updated/

Repository from Github https://github.comowsolutions/wavejs-updatedRepository from Github https://github.comowsolutions/wavejs-updated

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.

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


Languages

Language:JavaScript 76.6%Language:HTML 15.6%Language:CSS 7.8%