@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.
17 lines (16 loc) • 803 B
JSON
{
"name": "@nativescript-community/ui-image-angular",
"main": "bundles/nativescript-community-ui-image-angular.umd.js",
"module": "fesm2015/nativescript-community-ui-image-angular.js",
"es2015": "fesm2015/nativescript-community-ui-image-angular.js",
"esm2015": "esm2015/nativescript-community-ui-image-angular.js",
"fesm2015": "fesm2015/nativescript-community-ui-image-angular.js",
"typings": "nativescript-community-ui-image-angular.d.ts",
"sideEffects": false,
"dependencies": {
"tslib": "^2.0.0"
},
"scripts": {
"prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy. This is not allowed.\\nPlease delete and rebuild the package, without compiling with Ivy, before attempting to publish.\\n')\" && exit 1"
}
}