filepond-plugin-image-transform icon indicating copy to clipboard operation
filepond-plugin-image-transform copied to clipboard

🖼 Client-side image transformations for FilePond

Results 15 filepond-plugin-image-transform issues
Sort by recently updated
recently updated
newest added

Partial fix for issue #40 This resolves the uncaught error that prevents FilePond from handling all the items when a markup svg is offline, and also displays the error in...

Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependency [rollup-plugin-license](https://github.com/mjeanroy/rollup-plugin-license). These dependencies need to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09...

dependencies

When an SVG is used in the markup attribute and is offline (perhaps momentarily), Filepond stops handling all files, the upload cannot be cancelled and no error is displayed.

A client sent a file to the FilePond with transform plugin enabled. It crashed FilePond JS and makes the upload unlimited with no error. The JS error is not clearly...

Bumps [json5](https://github.com/json5/json5) from 2.1.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Can you create a release of this addon?

It would be nice to be able to access the transformed blob from the file using something like ``` const blob = await file.getTransformedImage(); ``` Basically like what `filepond-plugin-encode` does...

enhancement

[String.prototype.substr()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr) is deprecated so we replace it with [String.prototype.slice()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/slice) which works similarily but isn't deprecated. .substr() probably isn't going away anytime soon but the change is trivial so it doesn't...

It seems like the newest version re-exports FilePondFile which clashes with the base library. Just letting the maintainers know. Cannot build my angular project because of it. Downgrading to 3.7.6...