Convert 100x100 SVG files into clip-path: polygons. Parses SVG document and converts whatever path nodes there is. Each of the path descriptors will be converted to clip-paths i.e. path descriptors d="..." to clip-path: polygon(...)
npm install -g clip-svg
clip-svg <SVG file>
This project is licensed under the MIT License - see the LICENSE file for details