How can I create an independent image/object shadow and able to resize/scale together and able to transform by itself?
I am using KonvaJS to create a simple image editor where I am facing a problem on creating a shadow object from an image that user imports in. I am a beginner at learning HTML canvas and just started usig KonvaJS a few days ago. I read through their demos and tutorials but not able to find any related information I need for myself.
Understanding units (height, width, x,y) in konvajs
I’m mis-understanding something about units in konvajs.