Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barbwire-1/js-particles-factory-example
https://github.com/barbwire-1/js-particles-factory-example
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/barbwire-1/js-particles-factory-example
- Owner: BarbWire-1
- Created: 2024-07-24T18:34:17.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T11:58:53.000Z (4 months ago)
- Last Synced: 2024-07-26T21:56:06.162Z (4 months ago)
- Language: JavaScript
- Size: 1.37 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Example use and initialistaion of the js-particles-factory module
[js-particles-factory](https://github.com/BarbWire-1/js-particles-factory.git)
---
vite bundler - to run it:
### PNPM
```
$pnpm vite
$pnpm vite build
```### NPM
```
$npm run dev
$pnpm run build
```To install the module in your own project:
```js
npm install js-particles-factory
```### Config
You can instantiate the factory with default seetings,
but you can pass it a totally different configuration-object. All properties can be changed on runtime if desired.To create and download your own config you can use the interactive version here:
[![Netlify Status](https://api.netlify.com/api/v1/badges/ba7818d0-76da-49a3-bd61-e75e9c130101/deploy-status)](https://particles-factory.netlify.app/)