mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 11:49:25 +00:00
Formatting
This commit is contained in:
@@ -1,14 +1,7 @@
|
||||
import { isAudioAsset } from "../media/audio.js";
|
||||
import { isGifAsset, isVideoAsset, isVideoElement } from "./assetKinds.js";
|
||||
|
||||
export function createMediaManager({
|
||||
state,
|
||||
audioManager,
|
||||
draw,
|
||||
obsBrowser,
|
||||
supportsAnimatedDecode,
|
||||
canPlayProbe,
|
||||
}) {
|
||||
export function createMediaManager({ state, audioManager, draw, obsBrowser, supportsAnimatedDecode, canPlayProbe }) {
|
||||
const { mediaCache, animatedCache, blobCache, animationFailures, videoPlaybackStates } = state;
|
||||
|
||||
function clearMedia(assetId) {
|
||||
|
||||
Reference in New Issue
Block a user