Skip to content

Instantly share code, notes, and snippets.

View brunos3d's full-sized avatar
📜
<script>alert('Hello, World!')</script>

Bruno Silva brunos3d

📜
<script>alert('Hello, World!')</script>
View GitHub Profile
@brunos3d
brunos3d / Gradient.js
Created September 3, 2022 23:05 — forked from jordienr/Gradient.js
Stripe Mesh Gradient WebGL
/*
* Stripe WebGl Gradient Animation
* All Credits to Stripe.com
* ScrollObserver functionality to disable animation when not scrolled into view has been disabled and
* commented out for now.
* https://kevinhufnagl.com
*/
// Discord all events!
// A quick and dirty fleshing out of the discord.js event listeners (not tested at all!)
// listed here -> https://discord.js.org/#/docs/main/stable/class/Client
// Learn from this, do not just copy it mofo!
//
// Saved to -> https://gist.github.com/koad/316b265a91d933fd1b62dddfcc3ff584
/*
koad-was-here