https://github.com/matthewconstantine/glsl-loader
https://github.com/matthewconstantine/glsl-loader
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matthewconstantine/glsl-loader
- Owner: matthewconstantine
- Created: 2014-12-25T04:58:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-25T05:09:58.000Z (over 11 years ago)
- Last Synced: 2025-06-24T07:37:58.201Z (about 1 year ago)
- Language: JavaScript
- Size: 97.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)