0.0.2 • Published 5 years ago

node-blob v0.0.2

Weekly downloads
3,535
License
MIT
Repository
github
Last release
5 years ago

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' });