npm.io
0.0.2 • Published 7 years ago

node-blob

Licence
MIT
Version
0.0.2
Deps
0
Size
19 kB
Vulns
0
Weekly
0
Stars
6

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

Keywords