From 3dc53ce40df5d828d328a225403cee63659fb2ad Mon Sep 17 00:00:00 2001 From: PierreCapo Date: Thu, 28 Dec 2023 22:16:54 +0100 Subject: [PATCH] docs: update README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 18603ab..e1c93d7 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,11 @@ const imageUrl = "https://images.unsplash.com/photo-1462331940025-496dfbfc7564" const result = PictureManager.openPictureViewer(imageUrl); ``` +## API + +For now, the only function supported is `openPictureViewer(url: string)`. +More to come! + ## Roadmap - **Custom Android Implementation:** Replace PhotoView with a custom implementation, as PhotoView is no longer maintained.