i need to validate a link of a image if it has 1000px x 1000px and jpg.
Exemple:
https://www.w3schools.com/bootstrap/paris.jpg
I have this link, i need to catch the width and height of this image.
The jpg problem i believe that will be easy to do, I'll give a substring in the last few characters, but the question of image size I have no idea how i can find in angular.
Does anyone have any ideas? Thank you.