Skip to content

Commit

Permalink
Remove commented code for rendering page
Browse files Browse the repository at this point in the history
  • Loading branch information
VikashPR committed Jan 13, 2024
1 parent 5216c83 commit bb1dfe9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/chennaiHacks.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ <h1><a href="#">Vikash<span>PR</span></a></h1>

const scale = 1, canvas = document.querySelector('#pdf-render'), ctx = canvas.getContext("2d");

// Render page
const renderPage = num => {
pageIsRendering = true;
pdfDoc.getPage(num).then(page => {
Expand Down

0 comments on commit bb1dfe9

Please sign in to comment.