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

Readme

Keywords

Package Sidebar

Install

npm i convoluteimage.js

Weekly Downloads

1

Version

1.0.2

License

ISC

Last publish

Collaborators

  • bartmao