# Running yargs in the browser Newer versions of yargs have a `./browser.mjs` entry point, which can be used through a CDN like [unpkg.com](https://unpkg.com/) to load yargs directly in the browser: ```html ``` A full example can be found in [example/yargs.html](/example/yargs.html), or on [jsfiddle](https://jsfiddle.net/bencoe/m9fv2oet/3/).