You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the browser version for docx templater, which helps to define docx templates and replace the ### placeholders now the allowed delimiter is [placeholder];
Example templates are available in 'templates' folder.
steps
yarn install
yarn build for production build
yarn watch for development build
About
A typescript library for replacing placeholders in .docx files. Mainly useful when we need to generate large number of documents to print or email to based on dynamic data for each documents.