glslify-detective
v1.0.0
Published
Find all require calls within a glslify file
Downloads
3
Maintainers
Keywords
Readme
glslify-detective
Find all require calls within a glslify file – much like detective does for browserify.
Usage
detective(source)
Given a GLSL string source
, return an array of the dependencies required
within the file. For example, the following source:
#pragma glslify: fog = require(glsl-fog/exp2)
#pragma glslify: smin = require(glsl-smooth-min)
Would yield the following array:
['glsl-fog/exp2', 'glsl-smooth-min']
Contributing
See stackgl/contributing for details.
License
MIT. See LICENSE.md for details.