UNPKG

@nativescript-community/ui-image

Version:

Advanced and efficient image display plugin which uses Fresco (Android) and SDWebImage (iOS) to implement caching, placeholders, image effects, and much more.

41 lines (40 loc) 1.1 kB
{ "name": "@nativescript-community/ui-image", "version": "4.1.2", "description": "Advanced and efficient image display plugin which uses Fresco (Android) and SDWebImage (iOS) to implement caching, placeholders, image effects, and much more.", "main": "./image", "sideEffects": false, "typings": "./image.d.ts", "nativescript": { "platforms": { "android": "6.0.0", "ios": "6.0.0" } }, "keywords": [ "NativeScript", "JavaScript", "Fresco", "SDWebImage", "cache", "caching", "Android", "iOS", "Angular", "Vue" ], "author": { "name": "Martin Guillon", "email": "martin@akylas.fr" }, "bugs": { "url": "https://github.com/nativescript-community/ui-image/issues" }, "repository": { "type": "git", "url": "https://github.com/nativescript-community/ui-image" }, "license": "Apache-2.0", "readmeFilename": "README.md", "gitHead": "a12811812f0f220d2ba522b76242182950bbf7bb" }