From ee408de80784e7f661f4565e7d330011f95b7d3e Mon Sep 17 00:00:00 2001 From: ThemboJonathan Date: Mon, 30 Oct 2023 17:07:03 +0300 Subject: [PATCH] Update README.md This is to allow us to use a custom SVG editor other than a third party library. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 304aec2..6f7ce4c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # OpenMRS ESM Draw app -This is an OpenMRS frontend module for annotating clinical images. It is built using the [O3 Framework](https://o3-docs.vercel.app/docs) and leverages the [react-image-annotate](https://github.com/UniversalDataTool/react-image-annotate) library. +This is an OpenMRS frontend module for annotating clinical images. It is built using the [O3 Framework](https://o3-docs.vercel.app/docs) and leverages a custom svg editor. Read the related [OpenMRS Talk post](https://talk.openmrs.org/t/gsoc-2023-o3-draw-on-body-diagram-app-project-updates-discussion/39544) for some background on this project.