Aspect Ratio – Calculator and device resolutions reference for designers and developers. Calculate Aspect Ratio This site uses the calculate-aspect-ratio NPM module that calculates the aspect ratio with the provided width and height. import calculateAspectRatio from 'calculate-aspect-ratio'; const aspectRatio = calculateAspectRatio(1920, 1080); // '16:9' In addition to being able to use it in your