UNPKG

use-fs-access

Version:

A React hook that builds on top of the File System Access API to enable easy file and directory operations in modern browsers.

4 lines (3 loc) 182 B
import useFileSystemAccess, { isApiSupported, showDirectoryPicker, } from "./core/use-fs-access"; export default useFileSystemAccess; export { isApiSupported, showDirectoryPicker };