UNPKG

canvas-oscilloscope

Version:

HTML5 Canvas oscilloscope simulator with responsive rendering, customizable waveforms, and real-time visualization capabilities.

34 lines (33 loc) 818 B
{ "name": "canvas-oscilloscope", "version": "1.0.5", "description": "HTML5 Canvas oscilloscope simulator with responsive rendering, customizable waveforms, and real-time visualization capabilities.", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": "https://gitee.com/mini-tiger/canvas-oscilloscope", "author": "Shuaihu", "license": "MIT", "scripts": { "build": "rm -rf dist && tsc", "watch": "rm -rf dist && tsc -p tsconfig.watch.json --watch" }, "devDependencies": { "@types/node": "^22.15.19", "typescript": "^5.8.3" }, "files": [ "dist" ], "keywords": [ "oscilloscope", "canvas", "html5", "waveform", "visualization", "simulator", "typescript", "real-time", "signal-processing", "physics-simulation" ] }