index.d.ts 215 B

12345678
  1. import { VapConfig } from "./type";
  2. import WebglRenderVap from './webgl-render-vap';
  3. /**
  4. * @param options
  5. * @constructor
  6. * @return {null}
  7. */
  8. export default function (options: VapConfig): WebglRenderVap;