Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomkp/aspect-ratios


https://github.com/tomkp/aspect-ratios

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# aspect-ratios

[![browser support](http://ci.testling.com/tomkp/aspect-ratios.png)](http://ci.testling.com/tomkp/aspect-ratios)

# example

``` js

var aspectRatios = new Aspects(['16:9', '4:3', '1:1', '2:1']);

var aspect = aspectRatios.ratio(800, 600);

assert.equal(aspect.actual, '4:3');
assert.equal(aspect.ratio, '4:3');
assert.equal(aspect.accuracy, 100);

```

# license

MIT