UPDATE: Factor out a couple of helper functions from the main canvas file

This commit is contained in:
Nicolás Hatcher
2025-06-07 00:00:48 +02:00
committed by Nicolás Hatcher Andrés
parent b9d3f5329b
commit 2eb9266c30
2 changed files with 65 additions and 0 deletions

View File

@@ -18,6 +18,8 @@ import {
headerTextColor,
outlineColor,
} from "./constants";
import { attachOutlineHandle } from "./outlineHandle";
import { computeWrappedLines, hexToRGBA10Percent } from "./util";
export interface CanvasSettings {
model: Model;