Skip to content

Commit 675de43

Browse files
committed
Update package.json
1 parent ba04fe4 commit 675de43

File tree

2 files changed

+22
-11
lines changed

2 files changed

+22
-11
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![test](https://github.com/react18-tools/webgl-generative-particles/actions/workflows/test.yml/badge.svg)](https://github.com/react18-tools/webgl-generative-particles/actions/workflows/test.yml) [![Maintainability](https://api.codeclimate.com/v1/badges/aa896ec14c570f3bb274/maintainability)](https://codeclimate.com/github/react18-tools/webgl-generative-particles/maintainability) [![codecov](https://codecov.io/gh/react18-tools/webgl-generative-particles/graph/badge.svg)](https://codecov.io/gh/react18-tools/webgl-generative-particles) [![Version](https://img.shields.io/npm/v/webgl-generative-particles.svg?colorB=green)](https://www.npmjs.com/package/webgl-generative-particles) [![Downloads](https://img.jsdelivr.com/img.shields.io/npm/d18m/webgl-generative-particles.svg)](https://www.npmjs.com/package/webgl-generative-particles) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/webgl-generative-particles) [![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/from-referrer/)
44

5-
Webgl Generative Particles is a comprehensive library designed to unlock the full potential of React 18 server components. It provides customizable loading animation components and a fullscreen loader container, seamlessly integrating with React and Next.js.
5+
"webgl-generative-particles" is an efficient WebGL-based generative particle system simulator designed for both React and vanilla JS applications. This system follows the mouse pointer, providing interactive and dynamic visual effects. It offers seamless integration with React (including React 18 and beyond) and Next.js, making it an ideal choice for modern frontend development. The simulator is customizable, compatible with various frameworks, and delivers high performance and real-time rendering for progressive web development.
66

77
✅ Fully Treeshakable (import from `webgl-generative-particles/client/loader-container`)
88

@@ -123,8 +123,6 @@ export default MyComponent() {
123123

124124
This library is licensed under the MPL-2.0 open-source license.
125125

126-
127-
128126
> <img src="https://github.com/react18-tools/webgl-generative-particles/blob/main/popper.png?raw=true" style="height: 20px"/> Please consider enrolling in [our courses](https://mayank-chaudhari.vercel.app/courses) or [sponsoring](https://github.com/sponsors/mayank1513) our work.
129127

130128
<hr />

lib/package.json

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
44
"private": false,
55
"version": "0.0.0",
6-
"description": "",
6+
"description": "An efficient WebGL-based generative particle system.",
77
"license": "MPL-2.0",
88
"main": "./dist/index.js",
99
"module": "./dist/index.mjs",
@@ -69,14 +69,16 @@
6969
}
7070
],
7171
"keywords": [
72+
"WebGL",
73+
"Generative particles",
74+
"Particle system",
75+
"Interactive graphics",
76+
"Mouse pointer tracking",
7277
"React",
73-
"React Loaders",
78+
"React loaders",
79+
"WebGl particle mouse trails",
7480
"React 18",
75-
"React 19",
7681
"Next.js",
77-
"Next.js 14",
78-
"Next.js 15",
79-
"React server components",
8082
"Customizable",
8183
"Cutting-edge",
8284
"Compatibility",
@@ -85,6 +87,17 @@
8587
"Web development",
8688
"Progressive",
8789
"Modern",
88-
"Seamless integration"
90+
"Seamless integration",
91+
"High performance",
92+
"Real-time rendering",
93+
"JavaScript",
94+
"Vanilla JS",
95+
"Animation",
96+
"Visual effects",
97+
"GPU acceleration",
98+
"Dynamic visuals",
99+
"Interactive UI",
100+
"Browser-based graphics",
101+
"Responsive design"
89102
]
90-
}
103+
}

0 commit comments

Comments
 (0)