fireworks-js icon indicating copy to clipboard operation
fireworks-js copied to clipboard

🎆 A simple fireworks library! Ready to use components available for React, Vue 3, Svelte, Angular, Preact, Solid, and Web Components.

Results 11 fireworks-js issues
Sort by recently updated
recently updated
newest added

### Feature Proposal Thanks for this fun library, the fireworks look so pretty! I was wondering if I could provide more firework shapes, such as circles, pentagrams, etc. Even similar...

enhancement

Several parameters (such as the decay time) are currently dependent on the rendering time. This means that the output is significantly different for a different frame rate. I.e. with 60...

enhancement

#### Checklist - [ ] run `pnpm format` - [ ] documentation is changed or added - [X] commit message and code follows the [Developer's Certification of Origin](https://github.com/crashmax-dev/fireworks-js/blob/master/CONTRIBUTING.md#developers-certificate-of-origin-11) and the...

#### Checklist - [ ] run `pnpm format` - [ ] documentation is changed or added - [X] commit message and code follows the [Developer's Certification of Origin](https://github.com/crashmax-dev/fireworks-js/blob/master/CONTRIBUTING.md#developers-certificate-of-origin-11) and the...

This is different than launch() because it respects the delay (whereas launch() just does everything at once). Feel free to not accept this or change it however you like. I...

I had a special situation in my project, where I'm using fireworks-js, where I needed to detect whenever a firework explodes. One possible way to achieve this is by **pre-calculating**...

enhancement
v2.x

### Issue Would it be possible to make just an explosion at certain coordinates without the firework trace? Example: make an immediate explosion anywhere the user clicks

question

### Description I came across one example in #90 that allowed to limit the boundaries of explosions. I wanted to reproduce this "feature" in my project and it didn't seem...

bug

### Description It looks like the dependency graph for this package is pointing to @angular/common ^12.0.0 while the latest angular version is 18.x.x ![image](https://github.com/user-attachments/assets/dddbec5b-2ab3-408f-9589-7bfd684787ea) ### Which package are you using?...

bug

### Description Apologies for not providing a complete repro, since I'm only currently evaluating the library. But I tried it out mimicking some of the behavior from your Vue example....

bug