node-blob

0.0.2 • Public • Published

This module provides a shim for the browser blob for use with node.js

Example Usage

const Blob = require('node-blob');

let myBlob = new Blob(["something"], { type: 'text/plain' });

Readme

Keywords

Package Sidebar

Install

npm i node-blob

Weekly Downloads

11,777

Version

0.0.2

License

MIT

Unpacked Size

19.4 kB

Total Files

11

Last publish

Collaborators

  • shaneharris