An open API service indexing awesome lists of open source software.

https://github.com/matthewconstantine/glsl-loader


https://github.com/matthewconstantine/glsl-loader

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# GLSL loader for webpack

## Installation

`npm install glsl-loader`

## Usage

``` javascript
var fileContent = require("glsl!./shader.glsl");
// => returns shader.glsl content as string
```

[Documentation: Using loaders](http://webpack.github.io/docs/using-loaders.html)

## License

MIT (http://www.opensource.org/licenses/mit-license.php)