UNPKG

video-upscale

Version:
7 lines (6 loc) 190 B
import { once } from '../once'; import { detectSupport } from './detectSupport'; /** * Checks if video-upscale is supported */ export const isVideoUpscalerSupported = once(detectSupport);