In this page, I'll show you components that I have made writing code, and also components that I made using Framer Workshop, a tool that allows you to create components using AI.
This component allows you to add images, videos, and text on a specified radius.
Uses a Poisson disk sampling algorithm and random number generator functions with seed values to generate the positions of the elements with predictable randomness.
This component allows you to apply a motion blur effect to images using WebGl and also 2d canvas context, one of it's main features is that it can apply the effect automatically based on the movement of the element. Made with Framer Workshop.