mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-07 22:20:03 +00:00
[Refactor] Move strokeShape from LGraphCanvas to draw (#435)
* [Refactor] Move strokeShape from LGraphCanvas to draw * Fix round radius * nit * nit * nit
This commit is contained in:
@@ -83,6 +83,7 @@ export type {
|
||||
export { CanvasPointer } from "./CanvasPointer"
|
||||
export { Reroute } from "./Reroute"
|
||||
export { createBounds } from "./measure"
|
||||
export { strokeShape } from "./draw"
|
||||
|
||||
export function clamp(v: number, a: number, b: number): number {
|
||||
return a > v ? a : b < v ? b : v
|
||||
|
||||
Reference in New Issue
Block a user