https://github.com/michaelbe812/rx-file-reader
RxJs Observable Wrapper around the browser native FileReader API
https://github.com/michaelbe812/rx-file-reader
Last synced: about 2 months ago
JSON representation
RxJs Observable Wrapper around the browser native FileReader API
- Host: GitHub
- URL: https://github.com/michaelbe812/rx-file-reader
- Owner: michaelbe812
- Created: 2023-04-12T17:32:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-13T10:05:56.000Z (about 2 years ago)
- Last Synced: 2025-03-11T08:48:13.651Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 604 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @rx-file-reader
> A simple Rxjs Observable wrapper for the browser native FileReader API
## Packages
* [core](./packages/rx-file-reader/core/README.md): a framework agnostic observable wrapper
* [angular](./packages/rx-file-reader/angular/README.md): convenience methods to work with the `core`-package specific to Angular