-
Notifications
You must be signed in to change notification settings - Fork 64
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
Example of use without node.js #47
Comments
Hi @yurikaz Depending on how your app is setup you should be able to use the files within the So for example with the most basic approach you should be able to do something like
Hope that helps |
Thanx for your answer. |
I think if we change in js "polygon-clipping" to "polygonclipping" it will work |
ah yes of course the hyphen isn't ideal, that said as a temporary work around you can do something like |
Agreed, it would be good to add to the README quickstart instructions for use directly in the browser. I'll try to fit this into the next non-bug-fix-focused release. |
Thanx a lot for you lib
Please can you give a small example of using it without node.js
We have "snake" track and we need to calculate interselections and show it.
is anyone hase the same task ?
The text was updated successfully, but these errors were encountered: