marionebl/jogwheel

View on GitHub
source/library/get-player.js

Summary

Maintainability
A
1 hr
Test Coverage

Function getPlayer has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function getPlayer(element, settings, window = global.window, document = global.document) {
    // Read all animation related styles from element, respect prefixes
    const {
        name,
        duration,
Severity: Minor
Found in source/library/get-player.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status