UNPKG

video-animation-player

Version:

webgl动画特效组件

10 lines (9 loc) 262 B
import { VapConfig } from './type'; import WebglRenderVap from './webgl-render-vap'; /** * @param options * @constructor * @return {null} */ export default function (options?: VapConfig): WebglRenderVap; export declare function canWebGL(): boolean;