-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gauge is not defined #63
Comments
Hi @patson12 can you share a repo or some starter code? |
@naikus I'm guessing it is because svg-gauge is not a module therefore there's no default exporter. Is it possible to make it ES6+ with TS support? If so then I'm willing to make TS declaration interface for svg-gauge :) |
@moalamri svg-gauge is an es module and I've used it in my project via |
I'm sorry I didn't notice the ts declaration interface It's because I wanted to change few things, but I didn't clone the whole package (only src/index.js) that's why I was getting Anyways I wish if the source is more human readable 😅 maybe it's only difficult for me. Since you have better experience in JS, is there a way to have one-click solution to convert between JS versions? Thanks |
i am getting error while working with electron js..
index.js:224 Uncaught ReferenceError: Gauge is not defined
The text was updated successfully, but these errors were encountered: