Process images in React with react-imgpro

Akash Gutha
InstructorAkash Gutha
Share this video with your friends

Social Share Links

Send Tweet
Published 7 years ago
Updated 5 years ago

In this lesson, we will cover a popular image processing component in the react eco-system for image processing.

The Library is react-imgpro.

Installation:

npm install --save react-imgpro

Include it as a module :

import ProcessImage from 'react-imgpro'

The documentation and the source files can be found here:

https://github.com/nitin42/react-imgpro

Doma
Doma
~ 6 years ago

Why not just use css filter property?

Patrick Campbell
Patrick Campbell
~ 5 years ago

Why not just use css filter property?

You could achieve a lot of the same effects but this plugin uses OpenGL filters and returns a base64 image.

Markdown supported.
Become a member to join the discussionEnroll Today