Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yderre-aubay
/
midi-player-demo
like
3
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
740ab22
midi-player-demo
/
src
/
@types
/
index.d.ts
Yann
test
f23825d
over 1 year ago
raw
Copy download link
history
blame
Safe
110 Bytes
declare
module
"*.png"
declare
module
"*.svg"
interface
Window
{
webkitAudioContext
:
typeof
AudioContext
}