# base64 file loader for webpack

## Installation

`npm install base64-loader`

## Usage

``` javascript
var fileContent = require("base64!./file.txt");
// => returns file.txt content as base64 string
```

[Documentation: Using loaders](http://webpack.github.io/docs/using-loaders.html)

## License

MIT (http://www.opensource.org/licenses/mit-license.php)
