here is my index.html
This is the index.html file for further reference , kindly help me out here do let me know if anything else is needed , also recommend methods to debug the problem, on web on a much deeper level.
<body>
<script src="/[email protected]/build/pdf.mjs" type="module"></script>
<script type="module">
var { pdfjsLib } = globalThis;
pdfjsLib.GlobalWorkerOptions.workerSrc = "/[email protected]/build/pdf.worker.mjs";
var pdfRenderOptions = {
cMapUrl: '/[email protected]/cmaps/',
cMapPacked: true,
}
</script>
<script src="flutter_bootstrap.js" async></script>
</body>