This package has been deprecated

Author message:

Deprecated in favor of 'bare' option in webworkify v1.2.0

blobify

1.0.0 • Public • Published

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 webworkify

license

MIT

Package Sidebar

Install

npm i blobify

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • anandthakker