UNPKG

@antv/g6-pc

Version:

A Graph Visualization Framework in JavaScript

5 lines (4 loc) 176 B
/** * 调用 gpuDetector.webgl 判断当前浏览器是否支持 webgl。(支持 gpgpu 的浏览器一定也支持 webgl) */ export declare const gpuDetector: () => any;