glsl-loader
v0.0.1
Published
Simplest possible GLSL webpack loader that supports hot swapping.
Readme
GLSL loader for webpack
Installation
npm install glsl-loader
Usage
var fileContent = require("glsl!./shader.glsl");
// => returns shader.glsl content as stringLicense
MIT (http://www.opensource.org/licenses/mit-license.php)
