node-blob
v0.0.2
Published
A node.js based blob implementation - designed to work with node, not the browser.
Downloads
29,395
Readme
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' });