This project compares algorithms used by the browser vs that used by the PDF.js library with regards to scaling/zooming. To demonstrate this, we're going to compare scaling on a PDF document using PDF.js' native "scale" property vs changing the dimensions (width, height) of the <canvas> element directly, which allows the browser to handle scaling.