sheetify-inline

1.2.3 • Public • Published

sheetify-inline stability

npm version downloads travis build

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

none

Package Sidebar

Install

npm i sheetify-inline

Weekly Downloads

0

Version

1.2.3

License

MIT

Unpacked Size

6.07 kB

Total Files

8

Last publish

Collaborators

  • bret
  • goto-bus-stop
  • yoshuawuyts
  • ahdinosaur
  • hughsk
  • jongacnik
  • zhouhancheng