I tried this and didn't work
<div id="vantajs"></div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/100/three.min.js"></script>
<script src="https://www.vantajs.com/dist/vanta.birds.min.js"></script>
<script>
VANTA.BIRDS({
el: "#vantajs",
})
</script>
How to bind <script> element's src attribute in AngularJS
According to this we cannot use script tag
Is there any other way to add vantajs ?