Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nicehero
/
ManualMask
like
1
Running
App
Files
Files
Community
main
ManualMask
/
assets
/
ffmpeg
/
package
/
dist
/
esm
/
empty.mjs
nicehero
ffmpeg
7698ac4
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
157 Bytes
// File to be imported in node enviroments
export
class
FFmpeg
{
constructor
(
) {
throw
new
Error
(
"ffmpeg.wasm does not support nodejs"
);
}
}