Socket
Socket
Sign inDemoInstall

parse-svg-path

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parse-svg-path

svg path parser


Version published
Weekly downloads
946K
increased by2.06%
Maintainers
1
Weekly downloads
 
Created

What is parse-svg-path?

The parse-svg-path npm package is a utility for parsing SVG path data strings into a more manageable format. This can be useful for manipulating or analyzing SVG paths programmatically.

What are parse-svg-path's main functionalities?

Parsing SVG Path Data

This feature allows you to parse an SVG path data string into an array of commands and parameters. The parsed output is easier to manipulate programmatically.

const parse = require('parse-svg-path');
const pathData = 'M10 10 H 90 V 90 H 10 Z';
const parsedPath = parse(pathData);
console.log(parsedPath);

Other packages similar to parse-svg-path

Keywords

FAQs

Package last updated on 01 Dec 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc