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.

8 lines 186 B
import { Img } from '..'; const ImagePlugin = { install(Vue) { Vue.registerElement('NSImg', () => Img); } }; export default ImagePlugin; //# sourceMappingURL=index.js.map