1.0.3 • Published 7 years ago

fix-proportion v1.0.3

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

fix-proportion

Install

npm i fix-proportion

Usage

import fixProportion from "fix-proportion"
fixProportion(element, proportion)

Example

// index.html
<div>
    <div id="target">I want 16:9<div/>
</div>
// script.js
var target = document.querySelector('#target')
var proportion = '16:9'
fixProportion(target, proportion)
1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago