I want to remove background from this example example
So,is there any possibility to make this image without background(transparent) using javascript or any librirary js ?
The image's format is .jpg. There is no simple way making background of .jpg image transparent using only JS. But as Ahmad Faraz already commented there is some JS libraries that can do this for you.
Instead: some simple way of going around the problem:
.jpg image cut
and transformed to transparent background.