A Node.js wrapper for Shader_Minifier, a tool that minifies GLSL shader code using an external Mono runtime. Current version 0.0.1. Relies on Mono to execute the original C# minifier; no native Node implementation. Limited to environments with Mono installed. Not actively maintained; provide your own Mono binary.
npm install shader-minifierNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic usage of the minify function with a simple fragment shader.
Install Mono (https://www.mono-project.com/) and ensure it's available globally.
Use Unix-compatible shell or configure Mono accordingly.
Consider alternative pure JS minifiers if Mono is not available.
Install Mono from https://www.mono-project.com/download/ and restart terminal.
Check shader syntax; ensure Mono version compatible.
No dependency data recorded yet.