Showing 2 of 2 total issues
Function pdf2picCore
has 43 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export function pdf2picCore(source: string, data: string | Buffer, options = defaultOptions): Convert { const gm = new Graphics(); options = { ...defaultOptions, ...options };
Function pdf2picCore
has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring. Open
Open
export function pdf2picCore(source: string, data: string | Buffer, options = defaultOptions): Convert { const gm = new Graphics(); options = { ...defaultOptions, ...options };
- Read upRead up