The org.librarysimplified.viewer.api
module provides a generic API
for instantiating viewers for books.
A viewer is a piece of code that can display specific types of books.
For example, Readium is a viewer of EPUB books. The NYPL's AudioBook
API is a viewer of audio books. Viewers must register themselves by
implementing an SPI and registering
the implementation via ServiceLoader
.