RussCoder / djvujs

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 easily embedded into any web page.
https://djvu.js.org/
Other
184 stars 37 forks source link

Documentation #36

Closed verglor closed 3 years ago

verglor commented 3 years ago

So if you want to use the library and need the documentation, create an issue on GitHub

Could you provide profound and intelligible documentation, describing API of the DjVu.js library and the viewer, please ?

RussCoder commented 3 years ago

Hello! As for the viewer's documentation it's completely written here https://djvu.js.org/downloads There are not too many methods available for the programmatic usage.

As for the library, I will try to satisfy your request within several days. I will notify you here once I did it.

RussCoder commented 3 years ago

Here it is https://github.com/RussCoder/djvujs/blob/master/library/API.md

verglor commented 3 years ago

Thank You!