Comparing version 4.8.1 to 4.8.2
@@ -10,3 +10,3 @@ | ||
export function addExtensionsToContext(gl: WebGLRenderingContext): void; | ||
export function getWebGLContext(canvas: HTMLCanvasElement, opt_attribs?: WebGLContextAttributes): void; | ||
export function getWebGLContext(canvas: HTMLCanvasElement, opt_attribs?: WebGLContextAttributes): WebGLRenderingContext; | ||
export function createContext(canvas: HTMLCanvasElement): WebGLRenderingContext; | ||
@@ -13,0 +13,0 @@ export function getContext(canvas: HTMLCanvasElement, opt_attribs?: WebGLContextAttributes): WebGLRenderingContext; |
@@ -10,3 +10,3 @@ | ||
export function addExtensionsToContext(gl: WebGLRenderingContext): void; | ||
export function getWebGLContext(canvas: HTMLCanvasElement, opt_attribs?: WebGLContextAttributes): void; | ||
export function getWebGLContext(canvas: HTMLCanvasElement, opt_attribs?: WebGLContextAttributes): WebGLRenderingContext; | ||
export function createContext(canvas: HTMLCanvasElement): WebGLRenderingContext; | ||
@@ -13,0 +13,0 @@ export function getContext(canvas: HTMLCanvasElement, opt_attribs?: WebGLContextAttributes): WebGLRenderingContext; |
{ | ||
"name": "twgl.js", | ||
"version": "4.8.1", | ||
"version": "4.8.2", | ||
"description": "A Tiny WebGL helper library", | ||
@@ -12,2 +12,3 @@ "main": "dist/4.x/twgl-full.js", | ||
"pre-push": "grunt eslint", | ||
"lint": "grunt eslint", | ||
"build": "grunt build", | ||
@@ -14,0 +15,0 @@ "buildts": "grunt buildts", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
16281
660311