Copy and paste this code into your Webflow project
1. Custom Code - HEADSettings → Custom Code
Webflow Instructions:
Go to Project Settings → Custom Code
Paste this code in the Head Code section
Publish your site
2. Canvas Element - EMBEDAdd to page
Webflow Instructions:
Add an Embed element to your page
Paste this code inside the embed
Position it at the top of your page structure
💡 The canvas will be positioned fixed to cover the entire viewport
3. Particle Engine - FOOTERSettings → Custom Code
Webflow Instructions:
Go to Project Settings → Custom Code
Paste this code in the Footer Code section
This loads all the particle system code
⚠️ Important: You'll need to host the JavaScript modules on a CDN or your server.
Update the import paths in the footer code to point to your hosted files.
4. SVG Logo - EMBED (on page)Add to page
Webflow Instructions:
Add another Embed element to your page
Paste the Te Ramaroa logo SVG code
Make sure it has id="logoSVG" and is wrapped in id="logoContainer"