1.0.0 • Published 9 years ago

glslify-detective v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

glslify-detective

experimental

Find all require calls within a glslify file – much like detective does for browserify.

Usage

NPM

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.