-
-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Node.js #57
Labels
Comments
This module uses browser APIs and currently does not support Nodejs. |
Should be fixed by #71, running |
Fixed in 4.0.0 release. |
NodeJS doesn't support the Canvas or WebAudio APIs - there's more work to do on this issue. |
Well, if you expose Canvas and WebAudio Shim it should works. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using the package v3.6.3 in nodejs with npm6.14.6
Got window not defined error, changed it to 'this' and it gave error 'document not defined'. as there are createElement codes in there. Is there a node version of it? or how can it be used?
ReferenceError: window is not defined at new VideoStreamMerger (<repo>/node_modules/video-stream-merger/dist/video-stream-merger.js:2:163)
The text was updated successfully, but these errors were encountered: