Stream a Sharp object / Node Readable with Deno.serve()
This works but isn't quite as fast as piping to the response object of
Can i somehow pipe the Sharp object directly to the response without writing my own
node:http's createServer.Can i somehow pipe the Sharp object directly to the response without writing my own
ReadableStream?(Note: cancel() and headers omitted for brevity)