integrated html2canvas and jsPDF to generate PDFs

This commit is contained in:
Amruth Pillai
2020-03-31 20:53:25 +05:30
parent d91aafce91
commit 719ef17501
10 changed files with 272 additions and 17 deletions

View File

@ -23,10 +23,9 @@ const languages = [
];
i18n.use(initReactI18next).init({
resources,
lng: 'en',
fallbackLng: 'en',
resources,
debug: true,
ns: ['app', 'leftSidebar', 'rightSidebar'],
defaultNS: 'app',
});