Socket
Socket
Sign inDemoInstall

@helpfulhuman/svg-to-component

Package Overview
Dependencies
29
Maintainers
7
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @helpfulhuman/svg-to-component

Quickly generate React components out of SVG files.


Version published
Weekly downloads
3
Maintainers
7
Install size
3.79 MB
Created
Weekly downloads
 

Readme

Source

SVG to React Component

This is a command line tool for quickly generate React components from SVG files with customizable attributes (as props). Support for Preact and other component-based frameworks will be made available soon.

Installation

npm i -g @helpfulhuman/svg-to-component

Usage

svg2react my-graphic.svg

Options

Usage: svg2react [options] <filename>

Options:

  -V, --version            output the version number
  -n, --componentName <n>  the desired name for the component
  -o, --output <n>         the desired filepath for output
  -t, --typescript         output as a Typescript .tsx file
  -h, --help               output usage information

Keywords

FAQs

Last updated on 24 Jun 2018

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc