glslify-hex
A transform stream for glslify
that replaces CSS-style hexadecimal colors with vec3/vec4
definitions.
Usage
Once you've enabled the stream, you simply put your hex colors in your file like so:
void
The above color will be (naïvely) replaced with a GLSL vec3
definition, i.e.:
void
You can also use 8-digit hexadecimals for vec4
definitions. The above
example could also be expressed like so:
void
To use glslify transform streams, you currently need to use glslify-stream
directly:
var createStream =var stream =stream
This might have changed by the time you read this though, so be sure to double check the glslify documentation!
License
MIT. See LICENSE.md for details.