d3p1 / img2pxl.js

A particle effect on images to improve my JS skills
https://d3p1.github.io/img2pxl.js/
MIT License
0 stars 0 forks source link

Init #1

Closed d3p1 closed 1 month ago

d3p1 commented 1 year ago

Description

Create an implementation that simulates an "impulse" effect when the mouse hovers on image pixels.

Solution

Develop an implementation that receives an image and draw that image in a canvas to be able to manipulate its pixel data. Then, add an "impulse" effect when the mouse hovers on it.

Additional information