From b43fa0d5e64c364d66008f63d105ad3cd459163c Mon Sep 17 00:00:00 2001 From: Vladimir Enchev Date: Thu, 19 May 2016 09:57:21 +0300 Subject: [PATCH] Update Readme.md --- image-source/Readme.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/image-source/Readme.md b/image-source/Readme.md index c8c08b361..bb00e3744 100644 --- a/image-source/Readme.md +++ b/image-source/Readme.md @@ -1,6 +1 @@ -The way we get local path here is different for now. Maybe we should get it from FS module in the future samples. Sample code Android: - -``` -var ImageSource = require("image-source").ImageSource; -var source = ImageSource.imageFromResource('foxie'); -``` +Contains the ImageSource class, which encapsulates the common abstraction behind a platform specific object (typically a Bitmap) that is used as a source for images.