/oscilloscope

Simple oscilloscope implemented using AudioContext

Primary LanguageTypeScriptMIT LicenseMIT

Scripts

npm install      # install dependencies

npm run build    # build (for shell script) (windows => tsc && vite build)
npm run preview  # preview

npm run dev      # start server (for development)

npm run deploy   # deploy with gh-pages (production)