We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi - I saw there was some work done to attempt to reduce bundle size so thought I'd follow up.
I am using a single instance of html-to-docx and the html-to-docx.esm.js is bundling at 1.92MB
html-to-docx
html-to-docx.esm.js
1.92MB
Is that normal?
Here's how I'm using it:
import HTMLtoDOCX from 'html-to-docx'; const fileBuffer = await HTMLtoDOCX('My text here', '', { title: 'My Doc', header: false, creator: 'Me', font: 'Calibri', });
Is there a more specific method I'm missing?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi - I saw there was some work done to attempt to reduce bundle size so thought I'd follow up.
I am using a single instance of
html-to-docx
and thehtml-to-docx.esm.js
is bundling at1.92MB
Is that normal?
Here's how I'm using it:
Is there a more specific method I'm missing?
The text was updated successfully, but these errors were encountered: