kld-intersections
kld-intersections copied to clipboard
Can I use this library without nodejs server?
Hello Sir I want to use it locally (not localhost but pure html + js whitout server) Is it possible ?
Great! Just figured out , I didn't inlcude the following script, that‘s why I got error
<script>
var ShapeInfo = KldIntersections.ShapeInfo;
var Intersection = KldIntersections.Intersection;
</script>