Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malcodeman/image-uploader
https://github.com/malcodeman/image-uploader
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/malcodeman/image-uploader
- Owner: malcodeman
- License: mit
- Created: 2020-08-08T22:03:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-25T16:42:56.000Z (over 2 years ago)
- Last Synced: 2024-10-29T11:10:26.261Z (about 2 months ago)
- Language: TypeScript
- Size: 1.73 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-repos - image-uploader - Image uploader UI (Packages)
README
# image-uploader
[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/malcodeman/image-uploader/blob/master/LICENSE)File picker inspired by [filestack](https://www.filestack.com/docs/uploads/pickers/web/).
![Screenshot](readme/screenshot.png)
## Getting started
```
git clone https://github.com/malcodeman/image-uploader.git
cd image-uploader
npm install
npm start
```## License
[MIT](./LICENSE)