@interactink/core
v1.1.2
Published
A library for making unique and interactive components for your website.
Downloads
241
Maintainers
Readme
InteractInk Core
🎨 InteractInk is a cutting-edge library of customizable WebGL/Three.js components designed for creating mesmerizing visual effects in React.
🌟 Features Include:
- 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
🚀 Fully Customizable
All Inks are fully customizable via the InteractInk platform, allowing you to craft unique visual experiences with ease and share them with others.
💻 Use Cases
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.
📦 Installation
You can install the package via npm:
🛠️ Usage
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.
📝 License
This project is licensed under the terms specified in the LICENSE file. See the file for details.
👥 Author
Created by InteractInk. Feel free to contribute, suggest features, or report issues!
Thank you for choosing InteractInk to power your visual creations! 🚀