From edec2eca7a8e0935e2e8fd300800ba0c105f784e Mon Sep 17 00:00:00 2001 From: Dolan Date: Thu, 16 Jul 2020 16:08:50 +0100 Subject: [PATCH] Add another React example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c4d10ab3e..c366a1f922 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ Here is an example of `docx` working in `Angular`: Here is an example of `docx` working in `React`: * https://stackblitz.com/edit/react-ts-qq25sp +* https://stackblitz.com/edit/react-ts-qdqu7z (adding images to Word Document) Here is an example of `docx` working in `Vue.js`: