2.0.0 • Published 5 years ago

scalable-adapter v2.0.0

Weekly downloads
5
License
ISC
Repository
github
Last release
5 years ago

scalable

scalable,Avoid the Rem, adaptation scheme of decimal details deviation defects such as Vw, make it easy for PC to develop more seamless switch to the mobile Web development。

Theory

Device & Viewport

  • no fixed phone device screen size
  • fixed viewport width by design width
  • scale viewport by device width

detail processing

todo

Usage

import

  • npm

npm i scalable-adapter --save

  • cdn

<script src="***.cdn/scalable-adapter/index.js"></script>

Use

// 以375设计稿适配
window.Adapter.setAdapterDesign({
    width: 375
});

ChangeLog

  • 1.0.0 第一版

  • 1.0.1 逻辑优化,解决已知问题