ppi-calc
v1.0.1
Published
This is a basic package that calculates a given screen's PPI. It does this just by providing it with the screen's whidth and height (in pixels), and it's size (in inches).
Downloads
2
Readme
PPI-CALC
This is a basic package that calculates a given screen's PPI. It does this just by providing it with the screen's whidth and height (in pixels), and it's size (in inches).
All of this is done through a simple function called getPPI
, that you can import straight from this package.