文件名称:math-fit:计算目标的大小和位置以适合容器
文件大小:5KB
文件格式:ZIP
更新时间:2024-07-25 13:17:24
JavaScript
数学拟合 计算目标的大小和位置以适合容器。 安装 用做: $ npm install math-fit --save 使用安装: $ component install nk-components/math-fit 用法 var fit = require ( 'math-fit' ) ; var target = { w : 200 , // or width: 200 h : 100 // or height: 100 } ; var parent = { w : 200 , // or width: 200 h : 200 // or height: 200 } ; var coverValues = fit ( target , parent ) ; // same as fit.cover(target, parent); // // >> // { /
【文件预览】:
math-fit-master
----.travis.yml(18B)
----index.js(842B)
----package.json(876B)
----test()
--------math-fit.js(950B)
--------runner.html(480B)
----component.json(306B)
----LICENSE(1KB)
----.npmignore(32B)
----.gitignore(33B)
----README.md(843B)
----.editorconfig(245B)