UNPKG

wgsl-plus

Version:

A WGSL preprocessor, prettifier, minifier, obfuscator, and compiler with C-style macros, conditional compilation, file linking, and multi-format output for WebGPU shaders.

10 lines 178 B
{ "compilerOptions": { "target": "es6", "module": "commonjs", "outDir": "dist", "esModuleInterop": true, "skipLibCheck": true }, "include": ["src"] }