The files in the examples directory that are related to ES6 modules are all included in the three
npm package and can be imported in the following manner:
import { FirstPersonControls } from 'three/examples/jsm/controls/FirstPersonControls.js';
You can also access these modules through different CDNs like JSDelivr or unpkg using URLs such as:
https://cdn.jsdelivr.net/npm/<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="711517091e1e3b5b444b4848">[email protected]</a>/examples/jsm/controls/FirstPersonControls.js