UNPKG

375to320

Version:

If the screen width of the device is less than 375px (e.g. 320px), this script will fix viewport width to 375px

31 lines (30 loc) 751 B
{ "name": "375to320", "version": "1.0.1", "description": "If the screen width of the device is less than 375px (e.g. 320px), this script will fix viewport width to 375px", "main": "src/index.js", "scripts": { "minify": "terser src/index.js -o dist/375to320.min.js -m -c" }, "repository": { "type": "git", "url": "git+https://github.com/dsktschy/375to320.git" }, "keywords": [ "viewport", "375", "320", "media", "query", "queries" ], "author": "dsktschy (https://github.com/dsktschy)", "license": "MIT", "bugs": { "url": "https://github.com/dsktschy/375to320/issues" }, "homepage": "https://github.com/dsktschy/375to320#readme", "devDependencies": { "terser": "^3.13.1" } }