A tool to modify SVG files in the @animation-body-full/rogue/ready/ folder, specifically targeting g element paths.
- Load and preview SVG files from the
@animation-body-full/rogue/ready/folder - Replace a_LArm elements with parts from
@body-parts/rogue/4.svg - Save modified SVGs
- Revert changes
- Make sure you have Node.js installed
- Clone this repository
- Install dependencies:
npm install- Start the server:
npm start- Open your browser and navigate to http://localhost:3000
- Select an SVG file from the dropdown
- Use the buttons to modify elements
- Save your changes
- Use the Revert button to undo changes if needed
The tool allows you to:
- Replace the a_LArm element with another arm shape from body-parts/rogue/4.svg
- Save the modified SVG back to the original location (with automatic backups)
- Revert to the original SVG if needed
animation-body-full/rogue/ready/: Contains the SVG files to be modifiedbody-parts/rogue/: Contains replacement partsanimation-body-full/rogue/ready/backups/: Created automatically to store backups of original files
MIT