Skip to content

spiritwarri0r/svg-squiggles

 
 

Repository files navigation

SVG squiggles

Colorful, mouse following, squiggles. Written with Typescript, GSAP and rxjs.

Demo https://codepen.io/steveg3003/full/qobgBM/

Getting started

First you need to download the the packages

npm install

Development

For development run

npm run start

Which will the app on http://localhost:3000 and will reload when you make changes

Build

To create a new build run

npm run build

Which will create a new version of the app in a 'dists' folder.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 72.5%
  • JavaScript 23.8%
  • HTML 2.0%
  • CSS 1.7%