rawify
v1.0.0
Published
Browserify transform to return the raw file contents if a file with extention is required
Downloads
38
Maintainers
Readme
Rawify
require any file as a string.
Usage
npm i rawifyThen, require stuff:
// Plaintext
var anythingText = require('anything.txt');
// Css
var css = require('styles.css');