Skip to content

bartmao/convoluteimage.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Image convolutions, given sorts of image effects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published