tutors icon indicating copy to clipboard operation
tutors copied to clipboard

Upgrade Mozilla PDF.js library

Open edeleastar opened this issue 1 year ago • 1 comments

Currently the PDF component used in talk learning object:

... is pined at version 3.x:

    "pdfjs-dist": "3.11.174",

Version 4.x is currently not functioning with Svelte/SvelreKit due to some javascript issues. Revise the Talk object to be able to use 4.x of pdf-dist.

edeleastar avatar Jan 29 '24 09:01 edeleastar

Fix pushed for this, required some refactoring and handling of the async loading capability but this is now resolved and working.

lgriffin avatar Jun 17 '24 10:06 lgriffin

Closed and implemented with thanks @lgriffin

edeleastar avatar Sep 21 '24 06:09 edeleastar