UNPKG

@enhances/bigscreen-fit-vue3

Version:

Vue3 大屏适配方案、scale、可不压缩、不黑边、适配浏览器缩放、不同分辨率、提供全屏、退出全屏、判断全屏、提供缩放不同状态的classname

52 lines 1.4 kB
{ "name": "@enhances/bigscreen-fit-vue3", "version": "0.2.6", "description": "Vue3 大屏适配方案、scale、可不压缩、不黑边、适配浏览器缩放、不同分辨率、提供全屏、退出全屏、判断全屏、提供缩放不同状态的classname", "main": "dist/esm/js/index.js", "scripts": { "dev": "emp dev --env dev", "dts": "emp dts", "build": "emp build --env prod", "build:ts": "emp build --env prod -t", "publish:prod": "pnpm build:ts && npm publish" }, "keywords": [ "bigscreen", "大屏适配", "vue", "scale", "Vue3", "适配浏览器缩放", "分辨率" ], "files": [ "README.md", "dist" ], "author": "meji", "license": "ISC", "types": "dist/types/lib.d.ts", "repository": { "type": "git", "url": "https://github.com/enhancesd/bigscreen-fit.git" }, "publishConfig": { "access": "public" }, "devDependencies": { "@efox/emp": "^2.7.1", "@efox/plugin-vue-3": "^1.2.0", "@vue/runtime-dom": "^3.4.24", "vue": "^3.4.24" }, "pnpm": { "patchedDependencies": { "@efox/emp@2.7.1": "patches/@efox__emp@2.7.1.patch", "@efox/plugin-vue-3@1.2.0": "patches/@efox__plugin-vue-3@1.2.0.patch" } }, "dependencies": { "lodash": "^4.17.21", "resize-observer-polyfill": "^1.5.1" } }