Enhance an HTML button so that it prompts the user to picka a local directory / folder and provides a reference to the chosen folder (FileSystemDirectoryHandle)
npm install folder-pickerhtml
`
Viewing Locally
Any web server that serves static files (html, css, js) will do but...
1. Install git.
2. Fork/clone this repo.
3. Install node.
4. Open command window to folder where you cloned this repo.
5. > npm install
6. > npm run serve
7. Open http://localhost:8000/demo in a modern browser.
Importing in ES Modules:
`JavaScript
import 'folder-picker/folder-picker.js';
`
Using from CDN:
`html
``