Home

const app = TubesCursor(document.getElementById(‘canvas’), { tubes: { // Array of base colors for the tube material colors: [“#f967fb”, “#53bc28”, “#6958d5”], lights: { // Brightness of the glow (higher = more bloom) intensity: 200, // Colors of the light sources casting onto the tubes colors: [“#83f36e”, “#fe8a2e”, “#ff008a”, “#60aed5”] } } })