GianlucaGuarini / jQuery.BlackAndWhite

Clientside grayscale images on any browser
http://gianlucaguarini.github.io/jQuery.BlackAndWhite/
Other
310 stars 131 forks source link

webworkerPath #67

Open SebastienGicquel opened 8 years ago

SebastienGicquel commented 8 years ago

Hello,

What is webworkerPath and how to use it ?

Thanx

GianlucaGuarini commented 8 years ago

It should be the path to this file that will be used in case no css filters are supported. This strategy will use webworkers to speed up the runtime calculations without blocking your browser

virani06 commented 8 years ago

In the Google chrome get cross origin error what to do??

GianlucaGuarini commented 8 years ago

@virani06 read the doc ?

julianxhokaxhiu commented 8 years ago

It is possible to add the feature to auto detect the plugin? In my case I'm using a Grunt stack that compress all js files in one single file, and I just would like to add it in the concatenation rules.

And it could just be a path and/or a boolean flag.