Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomkp/aspect-ratios
https://github.com/tomkp/aspect-ratios
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomkp/aspect-ratios
- Owner: tomkp
- Created: 2013-07-29T10:05:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-29T10:15:21.000Z (over 11 years ago)
- Last Synced: 2024-10-10T07:07:17.724Z (about 1 month ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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