https://github.com/paulpopus/visualiser.git
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 startlando yarn install - install dependencies, Tailwind, Webpack and Typescriptlando yarn dev will watch and compile the .scss and .ts file from src to distlando yarn build for production build stepsYou need to be able to run npm or yarn (recommended) and node modules, however you decide to set this up.
yarn installyarn dev will watch and compile the .scss and .ts file from src to distyarn build for production build steps