



> @ngxpert/coolshapes is an Angular library aiming at allowing developers to use cool-looking abstract shapes with little grainy gradients from coolshapes
Install in your project using npm:
``bashAngular 19+
npm install @ngxpert/coolshapes
or
yarn`bash
Angular 19+
yarn add @ngxpert/coolshapesAngular 18+
yarn add @ngxpert/coolshapes@2Angular 17
yarn add @ngxpert/coolshapes@1
`Usage
Then simply start using
coolshape component in your code:`ts
@Component({
selector: 'usage',
templateUrl: 'usage.component.html',
imports: [CoolshapesComponent],
standalone: true,
})
export class UsageComponent {}
``html
``Thanks goes to these wonderful people (emoji key):
Dharmen Shah 💻 🖋 📖 💡 🤔 🚇 🚧 📦 📆 | vijay verma 🎨 🔬 | |||||
Add your contributions | ||||||
This project follows the all-contributors specification. Contributions of any kind welcome!