-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: add sveltekit ts project example #46
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @indaco thanks for providing this example
I have limited time so I only did a quick review. This looks very promising 💯
I will test it in the few days.
In the meantime, can you check the first comments I already wrote?
let container: HTMLElement; | ||
|
||
onMount(async () => { | ||
// Disables the built-in context menu |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…the rest of the code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this contribution.
I made some minors updates for consistency with other projects.
This PR already covers #41.
@tbouffard thanks for merging I cannot see the live demo page including it Is there anything you need for that? |
This PR adds a sample project to showcase how to use maxgraph with SvelteKit