1.0.2 • Published 7 years ago

aspect-ratio-tools v1.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

Aspect Ratio Tools

Currently the most extensive set of tools for working with aspect ratio. Supports TypeScript!

Install

npm install aspect-ratio-tools --save

Quickstart

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

Outputs

Aspect Ratio Object: Width: 1920 Height: 1080 Aspect Ratio: 1.7777777777777777 (16:9)

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago