Webbserverprogrammering 1

Show sourcecode

The following files exists in this folder. Click to view.

Webserver1/Ovningar/Slutprojekt/node_modules/@ffmpeg/ffmpeg/dist/esm/

classes.d.ts
classes.js
const.d.ts
const.js
empty.d.mts
empty.mjs
errors.d.ts
errors.js
index.d.ts
index.js
types.d.ts
types.js
utils.d.ts
utils.js
worker.d.ts
worker.js

empty.mjs

7 lines ASCII Unix (LF)
// File to be imported in node enviroments
export class FFmpeg {
    constructor() {
        throw new Error("ffmpeg.wasm does not support nodejs");
    }
}