UNPKG
video-upscale
Version:
latest (0.2.0)
0.2.0
0.1.1
0.1.0
Upscale HTML5 Video using WebGL
github.com/mad-gooze/video-upscale
mad-gooze/video-upscale
video-upscale
/
dist
/
isVideoUpscalerSupported
/
index.js
7 lines
(6 loc)
•
190 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{ once }
from
'../once'
;
import
{ detectSupport }
from
'./detectSupport'
;
/** * Checks if video-upscale is supported */
export
const
isVideoUpscalerSupported =
once
(detectSupport);