Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomokimiyauci/file-select-dialog
📚 Call file select dialog programmatically
https://github.com/tomokimiyauci/file-select-dialog
file-dialog library promise typescript
Last synced: about 1 month ago
JSON representation
📚 Call file select dialog programmatically
- Host: GitHub
- URL: https://github.com/tomokimiyauci/file-select-dialog
- Owner: TomokiMiyauci
- License: mit
- Created: 2020-11-13T11:51:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-17T16:14:55.000Z (over 3 years ago)
- Last Synced: 2024-09-20T00:27:23.262Z (about 2 months ago)
- Topics: file-dialog, library, promise, typescript
- Language: TypeScript
- Homepage: https://file-select-dialog.vercel.app
- Size: 1.66 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![npm version](https://img.shields.io/npm/v/file-select-dialog.svg?style=flat)](https://www.npmjs.com/package/file-select-dialog)
[![size](https://img.shields.io/bundlephobia/min/file-select-dialog)](https://img.shields.io/bundlephobia/min/file-select-dialog)
[![size](https://img.shields.io/npm/dw/file-select-dialog?color=blue)](https://img.shields.io/npm/dw/file-select-dialog?color=blue)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat)](https://github.com/prettier/prettier)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![MIT License](https://img.shields.io/npm/l/file-select-dialog?color=blue®istry_uri=https%3A%2F%2Fregistry.npmjs.com)](https://github.com/TomokiMiyauci/blog/blob/master/LICENSE)# file-select-dialog
> Directly call file select dialog from JavaScript.
> Get Back Promise File or FileList object.
> No more hacky hiding of `` elements.## :sparkles: Feature
- Supports ES6 Modules
- Pure Typescript
- Promise
- No dependencies, Optimization, Super slim size
- Modern browser support only
- Supports selecting multiple files and the file type accepts[Read the Docs to Learn More.](https://file-select-dialog.vercel.app/)
## :bulb: LICENSE
[MIT](https://github.com/TomokiMiyauci/file-select-dialog/blob/main/LICENSE)