@capgo/capacitor-uploader 0.0.10 → 0.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -123,6 +123,8 @@ uploadToCustomServer(filePath, serverUrl);
|
|
|
123
123
|
|
|
124
124
|
### Exemple with Capacitor Camera preview:
|
|
125
125
|
|
|
126
|
+
Documentation for the [Capacitor Camera preview](https://github.com/Cap-go/camera-preview)
|
|
127
|
+
|
|
126
128
|
```typescript
|
|
127
129
|
import { CameraPreview } from '@capgo/camera-preview'
|
|
128
130
|
import { Uploader } from '@capgo/capacitor-uploader';
|