devlato/vectorizer

View on GitHub
src/presets.ts

Summary

Maintainability
A
1 hr
Test Coverage

Showing 2 of 2 total issues

Similar blocks of code found in 2 locations. Consider refactoring.
Open

{
// Fixed Palette
id: 'fixed_palette' as PresetId,
label: 'Fixed Palette',
options: {
Severity: Minor
Found in src/presets.ts and 1 other location - About 35 mins to fix
src/presets.ts on lines 97..108

Similar blocks of code found in 2 locations. Consider refactoring.
Open

{
// Grayscale
id: 'grayscale' as PresetId,
label: 'Grayscale',
options: {
Severity: Minor
Found in src/presets.ts and 1 other location - About 35 mins to fix
src/presets.ts on lines 109..120
Category
Status