UNPKG

weblas

Version:

GPU accelerated BLAS for node and the browser

14 lines (11 loc) 164 B
var WebGL = require("./webgl"); var gl; try{ gl = new WebGL(); } catch (e){ gl = null; console.log('No support for WebGL!'); } module.exports = { "gl" : gl }