We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
let transformer = sharp() .rotate() .png() .toBuffer(); transformer.then( ( outputBuffer: any ) => { console.log( 'buffer' ); } ); readableStream.pipe( transformer );
The Promise will never be fullfilled. Any ideas?
The text was updated successfully, but these errors were encountered:
Hello, there's an example of Stream-in/Promise-out in the tests.
https://github.com/lovell/sharp/blob/master/test/unit/io.js#L81-L91
Perhaps there's an error that needs a catch?
catch
Sorry, something went wrong.
@katagaStyle Were you able to make any progress with this?
Closing this as there's been no update for a while - feel free to re-open if there's more information.
No branches or pull requests
The Promise will never be fullfilled. Any ideas?
The text was updated successfully, but these errors were encountered: