https://github.com/wadackel/svg-to-jsx-with-gui
It's a tool to convert SVG to JSX on Web browser.
https://github.com/wadackel/svg-to-jsx-with-gui
converter gui htmltojsx jsx react reactjs svg tool
Last synced: about 1 month ago
JSON representation
It's a tool to convert SVG to JSX on Web browser.
- Host: GitHub
- URL: https://github.com/wadackel/svg-to-jsx-with-gui
- Owner: wadackel
- License: mit
- Created: 2017-07-31T14:08:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-22T09:52:09.000Z (about 4 years ago)
- Last Synced: 2025-03-17T14:35:25.604Z (about 2 months ago)
- Topics: converter, gui, htmltojsx, jsx, react, reactjs, svg, tool
- Language: JavaScript
- Homepage: https://wadackel.github.io/svg-to-jsx-with-gui/
- Size: 1.38 MB
- Stars: 23
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SVG to JSX with GUI

[](https://travis-ci.org/wadackel/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.
```bash
$ npm install
```Run the tool locally. You can access it with http://localhost:3000 .
```bash
$ npm start
```Unit testing, and Lint and Typecheck (flow).
```bash
$ npm test
```Build the tool.
```bash
$ npm run dev
```Production build.
```bash
$ npm run prod
```Deploy to GitHub Pages.
```bash
$ npm run deploy
```## Contribute
1. Fork it!
1. Create your feature branch: `git checkout -b my-new-feature`
1. Commit your changes: `git commit -am 'Add some feature'`
1. Push to the branch: `git push origin my-new-feature`
1. Submit a pull request :DBugs, feature requests and comments are more than welcome in the [issues](https://github.com/wadackel/svg-to-jsx-with-gui/issues).
## License
[MIT © wadackel](./LICENSE)