It would be good to document the process of integrating an extension into a 3rd party application, for example, things like:
- copying the extension code and related assets to the right place (images, CSS, etc.)
- loading the extension (via viewer constructor, or using
viewer.loadExtension)
- configuring the extension (copy/pasting the "options" object from config.json)
We already had one user run into issues because they copy/pasted the extension files to their project but forgot to configure it based on the config.json file.