yakovmeister/pdf2image

View on GitHub

Showing 2 of 2 total issues

Function pdf2picCore has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function pdf2picCore(source: string, data: string | Buffer, options = defaultOptions): Convert {
const gm = new Graphics();
 
options = { ...defaultOptions, ...options };
 
 
Severity: Minor
Found in src/pdf2picCore.ts - About 1 hr to fix

    Function pdf2picCore has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
    Open

    export function pdf2picCore(source: string, data: string | Buffer, options = defaultOptions): Convert {
    const gm = new Graphics();
     
    options = { ...defaultOptions, ...options };
     
     
    Severity: Minor
    Found in src/pdf2picCore.ts - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language