Installation

This is a node package, remember to install node and NPM.

Install Aspect Ratio Tools by running:

npm install --save aspect-ratio-tools

Quickstart

const {AR} = require('aspect-ratio-tools');
var myAR = new AR(1920,1080);
console.log(myAR.toString())