$vdir->copyDirectory(resource_path('elearningmedia/dist/css'), 'css');
$vdir->copyDirectory(resource_path('elearningmedia/dist/js'), 'js');
if ($type === 'pdf') {
- $vdir->copyDirectory(resource_path('pdfjs-legacy'), 'pdfjs');
- $css = file_get_contents(resource_path('pdfjs-legacy/web/viewer.css'));
+ $vdir->copyDirectory(resource_path('pdfjs/legacy'), 'pdfjs');
+ $css = file_get_contents(resource_path('pdfjs/legacy/web/viewer.css'));
$css .= 'body{--sidebar-width:400px;}';
$css .= '#openFile,#pageRotateCw,#pageRotateCcw,#pageRotateCcw + .horizontalToolbarSeparator{display:none !important;}';
$css .= '#viewBookmark,#print,#download{display:none !important}';