Html – Unable to load pdfjs-dist library in Angular but same thing working in JS
I'm using pdfjs-dist library to simply show pdf on canvas. Firstly I've tried it in JS, which is working perfectly fine using Open Live Server. I have downloaded pdfjs-dist using command npm install pdfjs-dist. Then: index.html: <!DOCTYPE html> <html lang="en">…