parallax / jsPDF

Client-side JavaScript PDF generation for everyone.

Home Page:https://parall.ax/products/jspdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

after migrating to VITE from CREATE-REACT-APP, I am getting r3.writeFileSync is not a function error on export pdf

Hari-sankoju opened this issue · comments

I am using "jspdf" version "2.3.1".
My code working fine with CRETE-REACT-APP, but after migrating to VITE, while exporting to pdf I am getting r3.writeFileSync is not a function error.
After some google I understood that fs is externalized in VITE and jsPDF is using require('fs') method of loading fs library.

I tried providing aliases and node module polyfills but nothing is working. Please help me.

This is the error I am getting.
r3.writeFileSync is not a function
at v2.save (jspdf.js:5811:10)

@MrRio @Uzlopak - pls help me on this issue.

This issue is stale because it has been open 90 days with no activity. It will be closed soon. Please comment/reopen if this issue is still relevant.