fragment-shader
Advanced tools
Comparing version 4.1.2 to 4.1.3
@@ -58,2 +58,7 @@ import { Shader, Editor } from './'; | ||
} | ||
destroy() { | ||
this.instances.editor.destroy(); | ||
this.instances.shader.destroy(); | ||
} | ||
} |
{ | ||
"name": "fragment-shader", | ||
"version": "4.1.2", | ||
"version": "4.1.3", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "main": "./index.ts", |
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
41454
1327