ng-flyweight-gallery
Version:
`ng-flyweight-gallery` is a lightweight and customizable Angular component library for creating responsive media galleries. It supports images and videos, with features like autoplay, loop for videos and a responsive layout.
45 lines (44 loc) • 854 B
JSON
{
"name": "ng-flyweight-gallery",
"version": "1.0.3",
"license":"MIT",
"peerDependencies": {
"@angular/common": "^19.1.0",
"@angular/core": "^19.1.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/ng-flyweight-gallery.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ng-flyweight-gallery.mjs"
}
},
"keywords": [
"angular",
"gallery",
"media gallery",
"ng-flyweight-gallery",
"lightbox",
"image gallery",
"video gallery",
"responsive gallery",
"angular component",
"angular library",
"lightweight gallery",
"autoplay",
"loop",
"media viewer",
"thumbnail support",
"grid layout",
"flyweight",
"UI library"
]
}