• Robert Knight's avatar
    Extract HTML integration into a separate module · 90139746
    Robert Knight authored
    Make the HTML document integration structure consistent with the PDF document
    integration by:
    
     - Extracting the integration implementation into a `HTMLIntegration`
       class in `src/annotator/integrations/html.js`
     - Renaming the document metadata extraction class from `DocumentMeta`
       to `HTMLMetadata` (to match PDFMetadata) and moving it to
       `src/annotator/integrations/html-metadata.js`
    90139746
html-metadata-test.js 11.8 KB