1.0.1 • Published 5 years ago

@lin09/adaptivejs v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

web 页面自适应调整 html font-size 或 metaviewport scale

安装

npm i @lin09/adaptivejs
// 或
yarn add @lin09/adaptivejs

使用

import adaptive from '@lin09/adaptivejs'
adaptive.run()

配置后再使用

import adaptive from '@lin09/adaptivejs'
adaptive.config({
  rootValue   : 16,    // px 转 rem 的基数,默认16px => 1rem
  designWidth : 750,   // 设计图宽度(单位px),默认750
  maxWidth    : 1024   // 内容最大放大到多少(单位px),默认1024
})
.run()
1.0.1

5 years ago

1.0.0

5 years ago