css-unit-converter

Converts CSS values from one unit to another

MIT 4 个版本
安装
npm install css-unit-converter
yarn add css-unit-converter
pnpm add css-unit-converter
bun add css-unit-converter
README

css-unit-converter Build Status

Converts CSS values from one unit to another

Installation

npm install css-unit-converter

Usage

var convert = require('css-unit-converter');
//convert 1 inch to pc
convert(1, 'in', 'pc'); // 6

//convert 10px to cm with a maximum of 10 decimals
convert(10, 'px', 'cm', 10); // 0.2645833333
版本列表
1.1.2 2020-05-16
1.1.1 2017-01-25
1.1.0 2017-01-24
1.0.0 2015-05-18