Templates and Resources
Templates are maintained in the main monorepo under the templates folder.
Official templates
- Templates folder: https://github.com/tsparticles/tsparticles/tree/main/templates
- Includes starter setups for vanilla JavaScript and multiple frameworks.
When to use templates
- You want a ready baseline with project structure already wired.
- You need framework-specific examples before writing custom wrappers.
- You want to compare bundle choices (
basic,slim,full,all) quickly.
Contribution flow
If you build a reusable design or integration recipe:
- Fork the main monorepo.
- Add your template with clear setup and run instructions.
- Open a pull request and include screenshots/gif and package versions.
Related folders
- Main monorepo: https://github.com/tsparticles/tsparticles
- Templates: https://github.com/tsparticles/tsparticles/tree/main/templates
- Presets: https://github.com/tsparticles/tsparticles/tree/main/presets
- Palettes: https://github.com/tsparticles/tsparticles/tree/main/palettes
