Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix .blur call to add both parameters #893

Merged
merged 6 commits into from
Nov 29, 2018
Merged

Fix .blur call to add both parameters #893

merged 6 commits into from
Nov 29, 2018

Commits on Nov 14, 2018

  1. Fix .blur call to add both parameters

    Blur needs radius and sigma.  .blur(16) barely blurs the image.  I believe .blur(0,16) was the intended behavior.
    wu4f authored Nov 14, 2018
    Configuration menu
    Copy the full SHA
    d42547c View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2018

  1. Configuration menu
    Copy the full SHA
    62868d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e210cb7 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

  1. Configuration menu
    Copy the full SHA
    4ec54ae View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. Update index.js

    wu4f authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    52e3e2e View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

  1. Configuration menu
    Copy the full SHA
    ff3cd9f View commit details
    Browse the repository at this point in the history