json-excel
json-excel copied to clipboard
TypeError: fs.statSync is not a function
Tried to check example from readme after installing the library in my Vue project for Chrome

Any advice how to fix it ?
Resolved when import exportJsonToExcel as
import { exportJsonToExcel } from '@papb/json-excel/dist/source/index.browser';
but it is not mention within documentation