shader-runtime
v0.0.1
Published
Small runtime utilities for shader source and WebGL experiments.
Readme
Shader Runtime
Small runtime utilities for shader source and WebGL experiments.
Shader Runtime is a tiny, dependency-free layer for dependable shader source handling. Follow development and join the waitlist at shaderlab.dev.
npm i shader-runtimeimport { normalizeShaderSource } from "shader-runtime";
normalizeShaderSource("void main() {}\r\n");