units-css
Version:
Parse length and angle CSS values and convert between units
18 lines (17 loc) • 393 B
JSON
{
"name": "viewport-dimensions",
"description": "Simple utility for watching and retrieving browser viewport width, height, vmin and vmax",
"authors": ["Alex Dunphy"],
"repository": {
"type": "git",
"url": "git@github.com:alexdunphy/viewport.git"
},
"main": "index.js",
"ignore": [
"**/*",
"!index.js",
"!dist/**",
"!LICENSE.md"
],
"license": "MIT"
}