-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
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
Refactoring work done #232
Comments
@Cruaier Can you publish this version into npm I am interested to compare with existing one ? |
@traycho here you go: https://www.npmjs.com/package/html-to-docx-lite |
Thank you for ur work, however, I tried to open the exported |
I don't know if that's related to my version or not. Please create an issue here https://github.com/Dobe-Solutions/html-to-docx-lite/issues and give me some example html to have a look. |
Hi @privateOmega,
I was delighted stumbling over your lib and took some steps further to improve it a little. My main concern was the bundle size and the usage in a browser. I started to work on it and had some success with it. If you are interested in it please have a look here: https://github.com/Cruaier/html-to-docx.
I replaced virtual-dom with htmlparser2, removed all (not anymore) needed dependencies and switched to UintArray and Blob instead of Buffer.
Bundling is done with vite instead of rollup (it was working better for me).
I tested my changes with your prepared tests and the result document is pretty much the same. The main benefit is the bundle size though as the artifacts are now less than half the size as before.
Feel free to take my changes (or the parts you like) and put them into your lib.
BR
The text was updated successfully, but these errors were encountered: