npm install phantomjsyarn add phantomjspnpm add phantomjs<script src="https://fastly.jsdelivr.net/npm/phantomjs"></script><script src="https://unpkg.com/phantomjs"></script><script type="module">
import phantomjs from 'https://cdn.jsdelivr.net/npm/phantomjs/+esm';
</script><script type="module">
import phantomjs from 'https://cdn.skypack.dev/phantomjs';
</script>