You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting "replace" to false, PhotoJShop() still returns undefined, rather than returning the dataURL, Looking at the source code, this is because PhotoJShop() does not return the result of applyEffect(). It just calls it and then returns.
The text was updated successfully, but these errors were encountered:
SimonChris
changed the title
"Replace: all" option does not work.
"Replace: false" option does not work.
Sep 23, 2017
Thanks :). I did manage to fix the issue, by simply adding some return statements. I'll see about making a PR, but I'm pretty busy right now, so I can't say when it will be.
When setting "replace" to false, PhotoJShop() still returns undefined, rather than returning the dataURL, Looking at the source code, this is because PhotoJShop() does not return the result of applyEffect(). It just calls it and then returns.
The text was updated successfully, but these errors were encountered: