I am trying to process an image at pixel level to remove the background of a portrait image. I am using React with electron. I did find few node modules which could help me with that, or else will write a module for myself. I was wondering how do I include the node module in react and use them to process images ? Is my understanding wrong ? Is there a better approach to the problem? Any kind of help is appreciated.
Asked
Active
Viewed 230 times
1
-
It's possible that these packages are made for node.js, and not client-side code. – Fabian Schultz Dec 15 '16 at 18:13
-
Possible duplicate of [Invoking a node module from react component](http://stackoverflow.com/questions/41173127/invoking-a-node-module-from-react-component) – Vadim Macagon Dec 16 '16 at 01:28