Skip to content

Generate SVG 'waves' using ES6 Javascript / Typescript via HTML element attributes. Super lightweight & flexible.

Notifications You must be signed in to change notification settings

johnny13/CosmicWave

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CosmicWave

Create dynamic SVG 'waves' on each page render or animate them for never ending movement. Each wave is tied to a single HTML element whose attributes control the wave parameters.

the holy trinity of JS+CSS+HTML

Javascript

import 'cosmicwave';

CSS

svg {
  fill: #000;
}

HTML

<!-- Easy Peasy! -->
<cosmic-wave></cosmic-wave>

Documentation + examples

About

Generate SVG 'waves' using ES6 Javascript / Typescript via HTML element attributes. Super lightweight & flexible.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 70.3%
  • JavaScript 18.9%
  • SCSS 10.8%