mirror of
https://github.com/transloadit/uppy.git
synced 2026-08-02 06:43:19 +00:00
* add Audio plugin
* add audio-oscilloscope to visualize the recording
* refactor: rename everything to Audio, use oscilloscope, re-init when appropriate, improved preview screen
* tweak styles
* add @uppy/audio to the Uppy bundle
* update Readme and package.json
* add docs, update locales, add website example
* webcam plugin also shouldn’t show recording length counter on video preview screen
* update package.json and yarn.lock
* update types
* update locale
* fix locale issues
* remove leftover webcam test
* Delete index.test-d.ts
* Revert "Delete index.test-d.ts"
This reverts commit
|
||
|---|---|---|
| .. | ||
| CameraIcon.js | ||
| CameraScreen.js | ||
| DiscardButton.js | ||
| formatSeconds.js | ||
| formatSeconds.test.js | ||
| index.js | ||
| index.test.js | ||
| locale.js | ||
| PermissionsScreen.js | ||
| RecordButton.js | ||
| RecordingLength.js | ||
| SnapshotButton.js | ||
| style.scss | ||
| SubmitButton.js | ||
| supportsMediaRecorder.js | ||
| supportsMediaRecorder.test.js | ||
| VideoSourceSelect.js | ||