Saturday 13 May 2017

Node js image processing without filesystem?

I need to edit image in my react native app, i have installed jimp as the image processing module but jimp required fs but as we know that react native dosen't have a node environment such it dont provide the nodejs fs module. There is alternatives to fs such as react-native-fs, but jimp don't know about react-native-fs it knows about fs.

I can read an image data, for example in base64. As jimp need fs as a dependency so i cant manipulate using that data, any suggestion for this case? Is there any module that allows image processing in nodejs without requiring nodejs fs module?



via rakibtg

No comments:

Post a Comment