aves.js
Version:
Audio spectrum analyzer written in type script. Developed using web audio api.
23 lines (22 loc) • 735 B
JSON
{
// IntelliSense を使用して利用可能な属性を学べます。
// 既存の属性の説明をホバーして表示します。
// 詳細情報は次を確認してください: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"sourceMapPathOverrides": {
"webpack:///./src/*": "${workspaceRoot}/src/*",
"webpack:///./src/*/*": "${workspaceRoot}/src/*/*",
"webpack:///src/*": "${workspaceRoot}/src/*"
},
"sourceMaps": true,
"trace": true,
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceRoot}"
}
]
}