tabby-fit-screen
tabby plugin to fit screen
tabby plugin to fit screen
Scale-based large-screen adaptive solution for React Everything is based on the design draft's px size, and the adaptation is done by scale, everything is so simple
Scale-based large-screen adaptive solution for Vue Everything is based on the design draft's px size, and the adaptation is done by scale, everything is so simple
大屏自适应插件
Scale-based large-screen adaptive solution
```bash npm i fit-screen ``` script ```js import { autoScale } from 'fit-screen' const option = { width: 1920, height: 1080, } // 传入需要缩放的元素和宽高 // 未找到元素:在页面加载后调用或检查传入选择器是否正确 // Element not found: Call or check that the incoming selector is