filestack-js
filestack-js copied to clipboard
Official Javascript SDK for the Filestack API and content ingestion system.
The current date format of a webcam photo uses slashes. E.g: `webcam-11/7/2019, 8:56:09 AM.jpg` When you store this file to S3, it will create a directory structure: ``` webcam-11/ 7/...
According to docs https://filestack.github.io/filestack-js/interfaces/pickerfileerrorcallback.html `onFileUploadFailed` has two arguments `(file: PickerFileMetadata, error: Error)` but in version 3.x.x second argument is File. In version 2 everything works as expected. 
Since `eventemitter3` is a CommonJS module, the current way of importing it in `upload.d.ts` and `client.d.ts` will cause TypeScript checker to throw an error: ``` import * as EventEmitter from...
A user was unexpectedly able to upload a file of type `application/vnd.openxmlformats` today (some sort of document), via Google Docs. Our `accept` list of extensions and mime types does not...
I'm trying to use `webcam` in `fromSources` and wondering if there is a way to control the active camera? I'm on a ThinkPad tablet that has two cameras and I'd...
## Expected Behavior After selecting a file from a Custom Picker Source and clicking the View/Edit Selected Button, after being shown the Selected Files summary view, I would expect that...
Hello, I would like to know when the file-type package would be updated. I'm currently using Filestack in a project and the PR is flagged because Filestack is using a...
Related to the transform-ui crop functionality, Only '16/9' option is visible. Free, circle and square options are missing, for both default and explicit config (radios property). ![Screenshot 2024-01-26 at 1...
There was a bug in changing sequence of fromSource.
* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) This PR adds the possibility to specify the description (alt text) for an image during...