@triply/tus-js-client
Version:
A pure JavaScript client for the tus resumable upload protocol
20 lines (13 loc) • 421 B
Markdown
# Apache Cordova demo
This demo shows how tus-js-client can be used inside an Apache Cordova application.
The `cordova-plugin-camera` and `cordova-plugin-file` plugins allow it to access the device's photos library using native file system.
## Instructions
1. Build the tus-js-client files before running the Cordova demo:
```sh
cd ../..
npm run dist
```
2. Execute the Cordova demo:
```sh
cordova run android
```