auto-pc-fontsize

1.0.2 • Public • Published

auto-pc-fontsize

根据窗口变化,设置PC端根节点字体大小,用于rem自适应

Usage

Install

npm i auto-pc-fontsize -S

Import

import setFontSize from "auto-pc-fontsize";

Develop

程序主入口,例如vue中main.js

setFontSize();

参数 介绍 状态 默认值
pageWidth 设计稿页面宽度 可选 1920
minWidth 最小处理宽度,页面低于次数值,则以minWidth计算根节点font-size 可选 1080

Readme

Keywords

none

Package Sidebar

Install

npm i auto-pc-fontsize

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

1.94 kB

Total Files

4

Last publish

Collaborators

  • lqiao