convoluteimage.js

1.0.2 • Public • Published

convoluteimage.js

Image convolutions, given sorts of image effects

Effects

  1. Blur
convolute.blur(img, 15, { offsetX: (img.width - w) / 2, offsetY: (img.height - h) / 2, width: w, height: h });

NPM Repo:

https://www.npmjs.com/package/convoluteimage.js

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i convoluteimage.js

      Weekly Downloads

      5

      Version

      1.0.2

      License

      ISC

      Last publish

      Collaborators

      • bartmao