Skip to content

Module is not a constructor, evaluating new LRUCache #173

@makkalay

Description

@makkalay

Module is not a constructor (evaluating 'new LRUCache({ max: maxCacheEntries, maxSize: maxCacheSize, sizeCalculation: (value) => value && value !== "FAILED" ? Math.ceil(3 * value.length / 4) : 1 })')

at renderDocumentFile 

docxDocumentInstance._imageCache = new LRUCache({

All work well with https://www.npmjs.com/package/html-to-docx

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions