This project provides a Node.js application for processing woodworking data with support for vertical and horizontal flips.
- Split rows into columns or smaller rows based on a given width.
- Flip colors in odd-indexed rows or columns.
- Reconstruct patterns after processing.
-
Clone this repository:
git clone https://github.com/your-username/cutting-board-visualizer.git cd process-steps-kerf
-
Install dependencies:
npm install
-
Start the application:
node start
-
By default, the application will run on
localhost:9000
. -
Access the app in your browser or API client:
http://localhost:9000