svg-to-jsx-with-gui

It's a tool to convert SVG to JSX on Web browser.

MIT License

Stars
23

SVG to JSX with GUI

It's a tool to convert SVG to JSX on Web browser.

https://wadackel.github.io/svg-to-jsx-with-gui/

Screenshot

Development

Install depedencies libraries.

$ npm install

Run the tool locally. You can access it with http://localhost:3000 .

$ npm start

Unit testing, and Lint and Typecheck (flow).

$ npm test

Build the tool.

$ npm run dev

Production build.

$ npm run prod

Deploy to GitHub Pages.

$ npm run deploy

Contribute

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Bugs, feature requests and comments are more than welcome in the issues.

License

MIT wadackel