Removed ReactJS Code

Removed new code from legacy codebase.
This commit is contained in:
2025-03-28 21:24:52 -06:00
parent fce8b7c911
commit f27104036f
42 changed files with 4607 additions and 738 deletions

View File

@ -0,0 +1,3 @@
# HIGH-LEVEL OVERVIEW
# - This node takes an input source and either replaces or appends data fed into it into a CSV file on disk.
# - There will be a checkbox to allow the user to change the behavior (Replace / Append)

View File

@ -0,0 +1,4 @@
# HIGH-LEVEL OVERVIEW
# - This node takes an input source and dumps the data to disk in a dropdown menu of various image formats
# - Ability to view image processing results would be an interesting bonus if displayed within the node.
# - Could be used to show the life cycle of an image processing pipeline.