Matter.js and webflow

Hello there,

just a general question if any has used Matter.js in their Webflow projects or any other Java Script library. If you have what was your process of implementing these Java Script libraries?

Thnank

I too would like to know this!

Hi,

As for any libraries, you’d need to implement its source code like so:

<script src="https://cdnjs.cloudflare.com/ajax/libs/matter-js/0.14.2/matter.min.js"></script>

amazing thankyou! <3