npm install next-useragentyarn add next-useragentpnpm add next-useragent<script src="https://fastly.jsdelivr.net/npm/next-useragent"></script><script src="https://unpkg.com/next-useragent"></script><script type="module">
import nextuseragent from 'https://cdn.jsdelivr.net/npm/next-useragent/+esm';
</script><script type="module">
import nextuseragent from 'https://cdn.skypack.dev/next-useragent';
</script>