Handling JavaScript Images [closed]

1

Does anyone know of any library for image manipulation in JavaScript? I wanted to put two pictures in one, in certain preset positions. An example is those tests for facebook, which takes the image of a particular person's profile and added it to another background image.

    
asked by anonymous 24.10.2016 / 22:47

1 answer

0

This example in jsfiddle link I think it might help you, put an image over another with div but can change to "img "which will work as well.

    
25.10.2016 / 02:39