App for flipping normals map channels or the green channel on 99.9% of cases 😕
Due to web technologies this app have some limitations to consider:
- Can open .jpg and .png files but only saves on .png format.
- Only work in 8bits color depth.
- Images with more than 4k resolution are painfully slow to work with.
Install all dependencies:
npm i
If you want just to run the app type:
npm start
Or if you want to build it:
npm run dist