How to directly send manipulated image as response with Jimp library in node.js without saving it to disk?

后端 未结 0 1821
野的像风
野的像风 2021-01-29 06:23

I have write this piece of code in nodejs with Jimp library:

module.exports.imageProccessingJimp = function(req, res) {
    const fs = require(\'fs\');
    var pa         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题