UPDATE: Factor out a couple of helper functions from the main canvas file
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
b9d3f5329b
commit
2eb9266c30
@@ -18,6 +18,8 @@ import {
|
||||
headerTextColor,
|
||||
outlineColor,
|
||||
} from "./constants";
|
||||
import { attachOutlineHandle } from "./outlineHandle";
|
||||
import { computeWrappedLines, hexToRGBA10Percent } from "./util";
|
||||
|
||||
export interface CanvasSettings {
|
||||
model: Model;
|
||||
|
||||
Reference in New Issue
Block a user