Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SaraVieira/svg-to-jsx-electron
Transform SVG to JSX
https://github.com/SaraVieira/svg-to-jsx-electron
Last synced: 3 months ago
JSON representation
Transform SVG to JSX
- Host: GitHub
- URL: https://github.com/SaraVieira/svg-to-jsx-electron
- Owner: SaraVieira
- License: mit
- Created: 2020-01-01T15:06:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T19:54:22.000Z (over 3 years ago)
- Last Synced: 2024-07-18T05:37:47.815Z (4 months ago)
- Language: JavaScript
- Homepage: https://svg-jsx.netlify.com/
- Size: 5.98 MB
- Stars: 70
- Watchers: 5
- Forks: 5
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SVG to JSX Electron App
[Website](https://svg-jsx.netlify.com/)
[Download for Mac](https://github.com/SaraVieira/svg-to-jsx-electron/releases/download/v0.0.4/SVG.to.JSX-darwin-x64.zip)
[Download for Linux](https://github.com/SaraVieira/svg-to-jsx-electron/releases/download/v0.0.4/SVG.to.JSX-linux-x64.zip)
IMPORTANT: To open please control+click and then click open
_If you own a windows machine and want to help please let me know if a normal build works on your computer_
Any Features you would like to see or work on please add them in [features.md](./features.md)
# Running Locally
```
yarn start
```# Building Packages
```
yarn package
```