kld-intersections icon indicating copy to clipboard operation
kld-intersections copied to clipboard

Can I use this library without nodejs server?

Open FlashTang opened this issue 2 years ago • 1 comments

Hello Sir I want to use it locally (not localhost but pure html + js whitout server) Is it possible ?

FlashTang avatar Nov 23 '23 05:11 FlashTang

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>

FlashTang avatar Nov 23 '23 05:11 FlashTang