Answers for "check in Recat if an url is of image or video"

0

check in Recat if an url is of image or video

const isImageUrl = require('is-image-url'); isImageUrl('https://timedotcom.files.wordpress.com/2015/08/gettyimages-482708894.jpg?quality=65&strip=color&w=1100');//=> true isImageUrl('http://time.com/3981644/hong-kong-breast-assault-protest/');//=> false
Posted by: Guest on July-24-2021

Code answers related to "check in Recat if an url is of image or video"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language