1.0.3 • Published 5 years ago

fix-proportion v1.0.3

Weekly downloads
3
License
ISC
Repository
github
Last release
5 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

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago