Open liudonghua123 opened 1 year ago
It seems use some web only api like window.location
, AudioContext
. window.location
is used for locating file path/url, maybe easy to make compatible with node. AudioContext
have some node implementation like web-audio-api
, I am trying to do some tries in depth.
I tried to run the demo code on readme using node. But I got the following errors.
I noticed that the readme.
Is there any chances that it will support for running in node/deno?