External CDN js file in bundle

Hi, I am trying to implement external js library which is not available as npm package. It’s available hosted on CDN. Is there a way I could implement it in my app?

Thanks