1.0.0 • Published 10 years ago
blobify v1.0.0
blobify
webworkify transforms webworkify(require('...'))
into new Worker(URL.createObjectURL(new Blob([...source code...]), {type: 'text/javascript'})). This is
almost identical to it, but ONLY gives the Blob part, not wrapped by createObjectURL() or Worker().
install
With npm do:
npm install webworkifylicense
MIT
1.0.0
10 years ago