Clone of select-files
npm install select-files-capture



Virtually creates a file input element (), triggers it and returns selected files.
``js
import selectFiles from 'select-files';
selectFiles({ accept: 'image/*', capture: 'camera' }).then(files => {
// ...
});
`
This library is published in the NPM registry and can be installed using any compatible package manager.
`sh
npm install select-files --save
$3
This module has an UMD bundle available through JSDelivr and Unpkg CDNs.
`html
``Documentation generated from source files by Typedoc.
Released under MIT License.