Easily switched out for a url loader this loader can be injected directly into an img src tag
If your looking for a loader that simple encodes as base64 try base64-loader
Installation
npm install base64-image-loader
Usage
``` javascript
var fileAsBase64Src = require("base64-image!./file.png");
document.write('';
```
Documentation: Using loaders
Support
See ./mimes.json for currently supported extensions/mimes.
Create a Pull Request if you need more added.
License
MIT (http://www.opensource.org/licenses/mit-license.php)
Sick of boring JavaScript newsletters?
Bytes is a JavaScript newsletter you'll actually enjoy reading.