Skip to content

super16/web-oscilloscope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1a1c19f · Dec 7, 2024

History

57 Commits
Dec 7, 2024
Apr 20, 2024
Nov 19, 2023
Jun 21, 2024
Aug 11, 2021
Feb 25, 2023
Jun 21, 2024
Apr 20, 2024
Nov 19, 2023
Dec 7, 2024
Dec 7, 2024
Jul 1, 2022
Dec 13, 2022

Repository files navigation

web-oscilloscope

Vue.js 3 ts

Web oscilloscope app made with Vue.js.

App can graphically display the following types of wave with white noise:

  • Sine
  • Square
  • Triangular
  • Saw

Live Demo

Project setup

pnpm i

Development Run

pnpm run dev

Lint

pnpm run lint

Production build

pnpm run build