Skip to content

anandthakker/blobify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

change a require()'d module into a Blob with browserify

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%