fragment-shader
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "fragment-shader", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A lightweight, performant WebGL fragment shader renderer.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -8,3 +8,3 @@ # fragment-shader | ||
const shader = new Shader(/* glsl */ ` | ||
new Shader(` | ||
void main () { | ||
@@ -14,9 +14,2 @@ gl_FragColor = vec4(.8, .2, .7, 1.); | ||
`); | ||
const tick = now => { | ||
requestAnimationFrame(tick); | ||
shader.tick(now); | ||
}; | ||
requestAnimationFrame(tick); | ||
``` |
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
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
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
13518
14
408
14