🎨 InteractInk is a cutting-edge library of customizable WebGL/Three.js components designed for creating mesmerizing visual effects in React.
- Perlin Noise
- Smoke
- Triangles
- Iris
- Wavy Grid
- Liquid Metal
- Dot Water
- Cosmic Particles
- Spilled Ink
- Reflective Balls
- Silk River
- Light Leaks
- Digital Rose
- Dune
- Noisy Shapes
- Brushed Ribbons
- Peaks
- Curved Slope
- Dot Perlin
- Darkwave
- Soft Metal
- Corrupted Wave
- Depth Echoes
All Inks are fully customizable via the InteractInk platform, allowing you to craft unique visual experiences with ease and share them with others.
Whether you're building a website, an app, or an interactive art piece, InteractInk gives you the power to make your digital creations unique and visually stunning.
You can install the package via npm:
npm install @interactink/core
import { PerlinNoise } from '@interactink/core';
// Example usage within a React component
const MyComponent = () => {
return <PerlinNoise colora={'#22180b'} colorb={'#ca6464'} scale={0.115} speed={1.651} noiseIntensity={1.768} />;
};
export default MyComponent;
For more detailed examples and customization options, visit the InteractInk documentation.
This project is licensed under the terms specified in the LICENSE file. See the file for details.
Created by InteractInk. Feel free to contribute, suggest features, or report issues!
Thank you for choosing InteractInk to power your visual creations! 🚀