I have a react application where I am uploading a word document. Now my requirement is to read the uploaded word document, find for a matching pattern and replace that string with some other text and download the updated word file with same formatting. I am able to create a new document, but in that case formatting is lost. How can we achieve this, Is there any npm library for updating docx file with same format.