### Simplification

Enter your SVG pathData or complete file markup or upload SVG files.

All data is processed 100% client-side – no data is transferred or analyzed by any third-party service during simplification.

### Sharing and editing

*   Codepen – sends your current data to [codepen.io](https://codepen.io) and creates a new pen for testing purposes
*   Edit – sends data to [svg-path-editor](https://yqnn.github.io/svg-path-editor) for further path node editing

### External scripts

The webapp loads these external scripts from jsdelivr

*   [linkedom](https://github.com/WebReflection/linkedom) – used for web worker based multi file processing
*   [UZIP](https://github.com/photopea/UZIP.js) – for multifile zip exports
*   [enhance-inputs](https://github.com/herrstrietzel/enhance-inputs) – used for GUI input styling and updating logic

### Local Storage

Your current settings as well as your input SVG data is stored in local Storage. This provides to apply the same settings to multiple files after reloads. You can delete this settings cache via the reset settings button.

You image data is never transferred to the github server.