Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fisker/create-file-list
Create `FileList`
https://github.com/fisker/create-file-list
Last synced: 6 days ago
JSON representation
Create `FileList`
- Host: GitHub
- URL: https://github.com/fisker/create-file-list
- Owner: fisker
- License: mit
- Created: 2019-08-01T09:21:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T16:25:55.000Z (about 2 months ago)
- Last Synced: 2024-09-17T20:40:57.839Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 593 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 47
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license
Awesome Lists containing this project
README
# create-file-list
[![gzip size](http://img.badgesize.io/https://unpkg.com/create-file-list/dist/create-file-list.min.mjs?compression=gzip&label=gzip%20size&style=flat-square)](https://unpkg.com/create-file-list/dist/)
[![downloads](https://img.shields.io/npm/dm/create-file-list.svg?style=flat-square)](https://www.npmtrends.com/create-file-list)
[![module formats: umd, cjs, and es](https://img.shields.io/badge/module%20formats-umd%2C%20cjs%2C%20es-green.svg?style=flat-square)](https://unpkg.com/create-file-list/dist/)
[![jsdelivr](https://data.jsdelivr.com/v1/package/npm/create-file-list/badge)](https://www.jsdelivr.com/package/npm/create-file-list)[![Build Status](https://img.shields.io/travis/fisker/create-file-list.svg?style=flat-square)](https://travis-ci.org/fisker/create-file-list)
[![Code Coverage](https://img.shields.io/codecov/c/github/fisker/create-file-list.svg?style=flat-square)](https://codecov.io/github/fisker/create-file-list)
[![MIT License](https://img.shields.io/npm/l/create-file-list.svg?style=flat-square)](https://github.com/fisker/create-file-list/blob/master/license)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)> Create `FileList`
## Install
```sh
yarn add create-file-list
```## Usage
```html
import createFileList from 'https://unpkg.com/create-file-list?module'
createFileList(file1, [file2], file3)
createFileList(file1, [file2], file3)
```
## API
createFileList([value1[, value2[, ...[, valueN]]]])
### valueN
`File` or `File[]`