-1

I am building a web application that will manipulate images. ( crop and apply effects like sepia etc ).

Is there a library where i can detect ( front or backend ), the type of device the user is using ( middle level device or high end. ).

Example an ipad would be a high end device, a nexus 5 from 2013, would be a mid level device.

On an nexus 5 from 2013 i would compress the image in javascript so it is being handled without lag, however on an ipad there would be no reason to do that.

Thank you.

Aflred
  • 4,435
  • 6
  • 30
  • 43

1 Answers1

0

The following link may be useful.

Refer to https://github.com/WhichBrowser/Parser

Sandeep G
  • 371
  • 1
  • 4
  • 10