@yuvalkarif/gradient-blob
v1.0.0
Published
simple generators for creating random css blobs
Downloads
13
Maintainers
Readme
@yuvalkarif/gradient-blob
CSS Blob Generator is a JavaScript library that powers https://github.com/yuvalkarif/gradient-blob, providing full type support, that enables you to create beautiful CSS blobs using the clip-path property.
Features
- TypeScript Support: Fully written in TypeScript with comprehensive type definitions.
- Customizable Blobs: Generate blobs with customizable parameters such as size, complexity, and randomness.
- Lightweight: Minimal dependencies and optimized for performance.
- Easy Integration: Seamlessly integrate with any JavaScript or TypeScript project.
Installation
You can install the library using npm or pnpm:
npm install @yuvalkarif/gradient-blob
or
pnpm add @yuvalkarif/gradient-blob