sheetify-inline
1.2.3 • Public • Published sheetify-inline 

Plugin transforms img to base64 for sheetify
works with async functions (node 7.6+)
Example
before:
div{
background: url('test.png')
}
after:
div{
background: url('data:image/png;base64,iVBORw0KGgoAAA...')
}
Test
npm test
Command line
$ browserify entry.js -t [ sheetify/transform -u sheetify-inline ]
JS api
const browserify = require('browserify')
browserify()
.transform('sheetify/transform', { use: [ 'sheetify-inline' ] })
.bundle()
Installation
$ npm install sheetify-inline
License
MIT
Readme
Keywords
nonePackage Sidebar
Install
Weekly Downloads