ngx-picture
Version:
An Angular library to properly size, lazy load images, and use next generation formats
53 lines • 1.3 kB
JSON
{
"name": "ngx-picture",
"version": "3.0.0",
"repository": {
"type": "git",
"url": "https://github.com/jaychase/ngx-picture.git"
},
"description": "An Angular library to properly size, lazy load images, and use next generation formats",
"homepage": "https://github.com/jaychase/ngx-picture",
"bugs": {
"url": "https://github.com/jaychase/ngx-picture/issues"
},
"keywords": [
"Angular",
"responsive",
"image",
"picture",
"lazy load",
"Cloudinary",
"Graph CMS",
"ImageKit",
"serve images in next-gen formats",
"properly size images",
"defer offscreen images",
"SSR support",
"universal support"
],
"author": "JayChase",
"license": "MIT",
"private": false,
"peerDependencies": {
"ngx-window-token": "^6.0.0",
"@angular/common": ">=15.0.0 || >=16.0.0",
"@angular/core": ">=15.0.0 || >=16.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"module": "fesm2022/ngx-picture.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ngx-picture.mjs",
"esm": "./esm2022/ngx-picture.mjs",
"default": "./fesm2022/ngx-picture.mjs"
}
},
"sideEffects": false
}