1.0.2 • Published 2 years ago

screen-scale v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

screen scale

screen-scale 是一款针对大屏面板适配的一款插件,只需设置宽高分辨率,整个大屏页面便会根据浏览器窗口自动1:1等比例缩放

导入包

npm i screen-scale

vue使用方式

import screenScale from 'screen-scale'

const app = createApp(App)

app.use(screenScale, {
	width: 3840,
	height: 1080,
})
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.1.0

2 years ago