1.0.0 • Published 7 months ago

html-fontsize-calc v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

html-fontSize-calc

一个用于计算 html fontSize 的工具,用于 rem 适配方案。

安装

npm install html-fontSize-calc

使用

// ESM
import { calc } from 'html-fontSize-calc';

calc(750); // 750 是设计稿的宽度
// CommonJS
const { calc } = require('html-fontSize-calc');

calc(750); // 750 是设计稿的宽度
1.0.0

7 months ago