1.2.3 • Published 6 years ago

sheetify-inline v1.2.3

Weekly downloads
19
License
MIT
Repository
github
Last release
6 years ago

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

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago