Where a snippet is meant to run.
'npm' is an ES module in a project with a bundler. 'browser' is a plain HTML page that loads the CDN bundle from a <script> tag — no build step, no import.
'npm'
'browser'
<script>
Where a snippet is meant to run.
'npm'is an ES module in a project with a bundler.'browser'is a plain HTML page that loads the CDN bundle from a<script>tag — no build step, no import.