add rotate, crop and slider widget

This commit is contained in:
2026-03-24 23:19:41 -07:00
parent 6959c62c8f
commit edfdead4c1
9 changed files with 717 additions and 8 deletions

View File

@@ -26,6 +26,7 @@ const TYPE_COLORS = {
LINE: '#ffbe5c',
TABLE: '#35e2fd',
COORD: '#e91ed1',
FLOAT: '#7dd3fc',
};
const NODE_TYPES = { custom: CustomNode };