@hscmap/gl-wrapper
Advanced tools
Comparing version 0.3.2 to 0.4.0
@@ -31,3 +31,3 @@ "use strict"; | ||
var canvas = pool.pull(); | ||
var gl = canvas.getContext('webgl', opt); | ||
var gl = canvas.getContext('webgl', opt) || canvas.getContext('experimental-webgl'); | ||
if (gl == null) | ||
@@ -34,0 +34,0 @@ throw new Error("gl == null"); |
{ | ||
"name": "@hscmap/gl-wrapper", | ||
"version": "0.3.2", | ||
"version": "0.4.0", | ||
"main": "./lib/index.js", | ||
@@ -5,0 +5,0 @@ "types": "./lib/index.d.ts", |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
166268
5141
18
1