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
errors.js
5 lines ASCII Unix (LF)
export const ERROR_UNKNOWN_MESSAGE_TYPE = new Error("unknown message type");
export const ERROR_NOT_LOADED = new Error("ffmpeg is not loaded, call `await ffmpeg.load()` first");
export const ERROR_TERMINATED = new Error("called FFmpeg.terminate()");
export const ERROR_IMPORT_FAILURE = new Error("failed to import ffmpeg-core.js");