This web application allows you to create string art from an image. You can upload an image, choose a shape for the pins, and the application will generate a step-by-step guide to create the string art.
- Upload an Image: Click the "Upload Image" button and select an image file.
- Choose a Shape: Select either a circle or a square for the pin layout.
- Set the Number of Pins: Adjust the number of pins to be used. More pins will create a more detailed image.
- Set the Number of Threads: Adjust the number of threads to be used. More threads will create a darker image.
- Generate: Click the "Generate" button to see the string art and the step-by-step instructions.
This project is deployed using GitHub Pages. The workflow is defined in .github/workflows/deploy.yml. Any push to the main branch will trigger a new deployment.
To run this project locally, you can simply open the index.html file in your web browser. There is no server-side code or build process required.