UNPKG

intrinsic-scale

Version:

Replicate background-size: cover/contain (scale+crop) for canvas/CSS/Node/… on any type of media.

42 lines (41 loc) 864 B
{ "name": "intrinsic-scale", "version": "5.0.0", "description": "Replicate background-size: cover/contain (scale+crop) for canvas/CSS/Node/… on any type of media.", "keywords": [ "background-size", "browser", "canvas", "contain", "cover", "crop", "css", "image", "intrinsic", "media", "object-fit", "scale", "video", "webcam" ], "repository": "https://github.com/fregante/intrinsic-scale", "funding": "https://github.com/sponsors/fregante", "license": "MIT", "author": "Federico Brigante <me@fregante.com> (https://fregante.com)", "type": "module", "exports": "./index.js", "files": [ "index.js", "index.d.ts" ], "scripts": { "test": "xo && vitest" }, "devDependencies": { "vitest": "^1.3.1", "xo": "^0.58.0" }, "engines": { "node": ">=20" } }