Skip to content

Commit

Permalink
added demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sivamani-18 committed Aug 14, 2024
1 parent 7e1fa00 commit c9c8c23
Show file tree
Hide file tree
Showing 10 changed files with 76 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules/
dist/
.env
Binary file added demo/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demo/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demo/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions demo/assets/index-BmQ2xBem.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions demo/assets/index-Dq2q9234.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added demo/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demo/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demo/favicon.ico
Binary file not shown.
32 changes: 32 additions & 0 deletions demo/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ParticleGround.TS - React Particle Animation Component</title>

<!-- Meta Description -->
<meta
name="description"
content="ParticleGround.TS is a React component library that creates a stunning particle animation effect on a canvas, inspired by jquery.particleground.js."
/>

<!-- Meta Keywords -->
<meta
name="keywords"
content="ParticleGround, React, Particle Animation, Canvas, JavaScript, TypeScript, Particles, Web Animation"
/>

<!-- Favicon Links -->
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="icon" href="/favicon-16x16.png" sizes="16x16" type="image/png" />
<link rel="icon" href="/favicon-32x32.png" sizes="32x32" type="image/png" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<script type="module" crossorigin src="/assets/index-BmQ2xBem.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Dq2q9234.css">
</head>
<body>
<div id="root"></div>
</body>
</html>

0 comments on commit c9c8c23

Please sign in to comment.