tunnckoCore/encode-image-stream

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "encode-image-stream",
  "version": "1.0.1",
  "description": "Encode image to base64 string, just encode. ~20 sloc.",
  "repository": "tunnckoCore/encode-image-stream",
  "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "test": "standard --fix && node test.js"
  },
  "dependencies": {
    "through2": "^2.0.0"
  },
  "devDependencies": {
    "assertit": "0.1.0",
    "concat-stream": "1.6.0",
    "standard": "10.0.2"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "base64",
    "encode",
    "image",
    "stream"
  ]
}