djvujs
djvujs copied to clipboard
DjVu.js is a program library for working with .djvu files online without any connection with the server. DjVu.js Viewer is a widget that allows viewing .djvu files right in the browser and can be eas...
First, much thanks for this super-useful app, it's good complement to pdf.js when browsing a lot of scientific books and papers. When trying to open local file via Firefox, either...
Could you please implement zoom scaling relative to viewport size (fit to page and width) ? For example see [pdf.js viewer](https://mozilla.github.io/pdf.js/web/viewer.html): 
Feature Request: Embedding the path to the file you are viewing into the URL would make it so on reload, close/reopen, and bookmark you could save and automatically return to...
Hi, I'm trying to set up a viewer for djvu files I serve on a local url line `/file/uid.djvu`. Using the code ``` const viewer = new DjVu.Viewer(); viewer.render(document.getElementById('djvu-view')); viewer.loadDocumentByUrl('/file/{{fuid}}.djvu');...
Очень полезным было бы открытие документа сразу в полностраничном режиме. На мой вкус будет удобно передавать эту опцию в настройках.
Some coherency improvements and overall grammar fixes
Я создаю плагин для visualNeoWeb и столкнулся с такой проблемой, дело в том, что сам VNWEb использует $App. Есть ли возможность избежать этого конфликта? I am creating a plugin for...