What is the best way to include this within a React application? #731
Unanswered
farhad-ghayour
asked this question in
Q&A
Replies: 2 comments 4 replies
-
What about including the project as a dependency of your react project? |
Beta Was this translation helpful? Give feedback.
1 reply
-
There is a npm install! (npm i -s svgedit) PS: The package is not updated as fast as the master branch but if you need a publish fr your project, I can do it. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thank you for this awesome project. I was just experimenting with the React extension and love the module architecture of extensions. As I'd considering this project within a larger React context, what would be the best way to include it for development?
At first, I was thinking I'd 1) clone the entire project within the React project, 2) build it and 3) refer to the root JS/HTML? Something doesn't feel right here, as I'm not sure which is the root and this would not allow for rapid local development as it requires constantly building SVGEdit as well (for changes).
Beta Was this translation helpful? Give feedback.
All reactions