async-webworker
v0.2.2
Published
Communicate with webworker using promises
Readme
async-webworker 
My terrific module
Install
$ npm install async-webworkerUsage
const asyncWebworker = require('async-webworker');
asyncWebworker('unicorns');
//=> 'unicorns & rainbows'API
asyncWebworker(input, [options])
input
Type: string
Lorem ipsum.
options
Type: Object
foo
Type: boolean
Default: false
Lorem ipsum.
License
MIT © Yeasteregg
