@thumbmarkjs/thumbmarkjs
Advanced tools
Comparing version 0.13.3 to 0.13.4
@@ -42,6 +42,10 @@ "use strict"; | ||
var commonPixels_1 = require("../../utils/commonPixels"); | ||
var canvas = document.createElement('canvas'); | ||
canvas.width = 200; | ||
canvas.height = 100; | ||
var gl = canvas.getContext('webgl'); | ||
var canvas; | ||
var gl = null; | ||
if (document) { | ||
canvas = document.createElement('canvas'); | ||
canvas.width = 200; | ||
canvas.height = 100; | ||
gl = canvas.getContext('webgl'); | ||
} | ||
function createWebGLFingerprint() { | ||
@@ -48,0 +52,0 @@ return __awaiter(this, void 0, void 0, function () { |
{ | ||
"name": "@thumbmarkjs/thumbmarkjs", | ||
"version": "0.13.3", | ||
"version": "0.13.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
102015
1454