Fix culori type

master
Brad Cornes 2023-04-25 16:45:03 +01:00
parent 752cd5eae4
commit 8f45144eb7
1 changed files with 1 additions and 1 deletions

View File

@ -1221,7 +1221,7 @@ async function createProjectService(
let isNamedColor = colorNames.includes(currentColor)
let color: culori.RgbColor = {
let color: culori.Color = {
mode: 'rgb',
r: params.color.red,
g: params.color.green,