Fit-screen Packages

fit-screen

```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

0.0.6 • Published 7 months ago