Package Exports
- @tsparticles/palette-bullet-hit
- @tsparticles/palette-bullet-hit/package.json
Readme
tsParticles Bullet Hit Palette
tsParticles palette for bullet hit impact.
Sample
Colors
#111111
|
#444444
|
#888888
|
#CCCCCC
|
#FFFFFF
|
#FFAA44
|
#FF6600
|
|||
|
Background #0a0a0a
|
||||
Blend mode: source-over | Fill: true
|
||||
Quick checklist
- Install
@tsparticles/engine(or use the CDN bundle below) - Call the package loader function(s) before
tsParticles.load(...) - Apply the package options in your
tsParticles.load(...)config
How to use it
CDN / Vanilla JS / jQuery
<script src="https://cdn.jsdelivr.net/npm/@tsparticles/palette-bullet-hit@4/tsparticles.palette-bullet-hit.bundle.min.js"></script>Usage
Once the scripts are loaded you can set up tsParticles like this:
(async () => {
await loadBulletHitPalette(tsParticles);
await tsParticles.load({
id: "tsparticles",
options: {
palette: "bullet-hit",
},
});
})();Customization
Important ⚠️
You can override all the options defining the properties like in any standard tsParticles installation.
Frameworks with a tsParticles component library
Checkout the documentation in the component library repository and call the loadBulletHitPalette function.
Related docs
- Presets and palettes catalog: https://github.com/tsparticles/palettes
- Main docs: https://particles.js.org/docs/



