CDN OpenCv.js
<script async src="https://docs.opencv.org/master/opencv.js" type="text/javascript"></script>
Blue Booby
<script async src="https://docs.opencv.org/master/opencv.js" type="text/javascript"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script>
// typejs cdn
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.12/typed.min.js"></script>
//typejs initailize
var typed = new Typed('.animated-text', {
strings: ['Customer satisfaction.', 'Creative ides.', 'Business needs.'],
typeSpeed: 60,
backSpeed:60,
loop: true,
loopCount: Infinity,
startDelay:500,
});