1.0.2 • Published 3 years ago

auto-pc-fontsize v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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 |