A canvas visualiser I made using Typescript with the intention to integrate it with Spotify, Deezer or Soundcloud. Can't do that for now due to API limitations but will come back to it at some point.
Music samples are taken from the Classic Youtube Audio Library archive which said you can use these songs in any project.
-
lando start
-
lando yarn install
- install dependencies, Tailwind, Webpack and Typescript -
lando yarn dev
will watch and compile the .scss and .ts file fromsrc
todist
-
lando yarn build
for production build steps
You need to be able to run npm or yarn (recommended) and node modules, however you decide to set this up.
-
yarn install
-
yarn dev
will watch and compile the .scss and .ts file fromsrc
todist
-
yarn build
for production build steps