๐Ÿ“ฆ paulpopus / visualiser

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/paulpopus/visualiser.git
HTTPS git clone https://github.com/paulpopus/visualiser.git
SSH git clone git@github.com:paulpopus/visualiser.git
CLI gh repo clone paulpopus/visualiser
Paul Paul Merge pull request #4 from paulpopus/dependabot/npm_and_yarn/ssri-6.0.2 ea04b48 4 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ dist
๐Ÿ“ music
๐Ÿ“ src
๐Ÿ“„ .gitignore
๐Ÿ“„ .lando.yml
๐Ÿ“„ browserconfig.xml
๐Ÿ“„ favicon-16x16.png
๐Ÿ“„ favicon-32x32.png
๐Ÿ“„ favicon.ico
๐Ÿ“„ index.html
๐Ÿ“„ mstile-150x150.png
๐Ÿ“„ package.json
๐Ÿ“„ postcss.config.js
๐Ÿ“„ README.md
๐Ÿ“„ site.webmanifest
๐Ÿ“„ style.css
๐Ÿ“„ tailwind.config.js
๐Ÿ“„ tsconfig.json
๐Ÿ“„ webpack.config.js
๐Ÿ“„ yarn.lock
๐Ÿ“„ README.md

Visualiser

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.

Project page

Installation

Using lando

  • lando start
  • lando yarn install - install dependencies, Tailwind, Webpack and Typescript
  • lando yarn dev will watch and compile the .scss and .ts file from src to dist
  • lando yarn build for production build steps

Non-lando

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 from src to dist
  • yarn build for production build steps