@tsparticles/confetti
Advanced tools
Comparing version 3.0.0-beta.1 to 3.0.0-beta.2
{ | ||
"name": "@tsparticles/confetti", | ||
"version": "3.0.0-beta.1", | ||
"version": "3.0.0-beta.2", | ||
"description": "Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.", | ||
@@ -8,3 +8,3 @@ "homepage": "https://particles.js.org", | ||
"type": "git", | ||
"url": "git+https://github.com/matteobruni/tsparticles.git", | ||
"url": "git+https://github.com/tsparticles/tsparticles.git", | ||
"directory": "bundles/confetti" | ||
@@ -68,3 +68,3 @@ }, | ||
"bugs": { | ||
"url": "https://github.com/matteobruni/tsparticles/issues" | ||
"url": "https://github.com/tsparticles/tsparticles/issues" | ||
}, | ||
@@ -104,18 +104,18 @@ "funding": [ | ||
"dependencies": { | ||
"@tsparticles/basic": "^3.0.0-beta.1", | ||
"@tsparticles/engine": "^3.0.0-beta.1", | ||
"@tsparticles/plugin-emitters": "^3.0.0-beta.1", | ||
"@tsparticles/plugin-motion": "^3.0.0-beta.1", | ||
"@tsparticles/shape-cards": "^3.0.0-beta.1", | ||
"@tsparticles/shape-heart": "^3.0.0-beta.1", | ||
"@tsparticles/shape-image": "^3.0.0-beta.1", | ||
"@tsparticles/shape-polygon": "^3.0.0-beta.1", | ||
"@tsparticles/shape-square": "^3.0.0-beta.1", | ||
"@tsparticles/shape-star": "^3.0.0-beta.1", | ||
"@tsparticles/shape-text": "^3.0.0-beta.1", | ||
"@tsparticles/updater-life": "^3.0.0-beta.1", | ||
"@tsparticles/updater-roll": "^3.0.0-beta.1", | ||
"@tsparticles/updater-rotate": "^3.0.0-beta.1", | ||
"@tsparticles/updater-tilt": "^3.0.0-beta.1", | ||
"@tsparticles/updater-wobble": "^3.0.0-beta.1" | ||
"@tsparticles/basic": "^3.0.0-beta.2", | ||
"@tsparticles/engine": "^3.0.0-beta.2", | ||
"@tsparticles/plugin-emitters": "^3.0.0-beta.2", | ||
"@tsparticles/plugin-motion": "^3.0.0-beta.2", | ||
"@tsparticles/shape-cards": "^3.0.0-beta.2", | ||
"@tsparticles/shape-heart": "^3.0.0-beta.2", | ||
"@tsparticles/shape-image": "^3.0.0-beta.2", | ||
"@tsparticles/shape-polygon": "^3.0.0-beta.2", | ||
"@tsparticles/shape-square": "^3.0.0-beta.2", | ||
"@tsparticles/shape-star": "^3.0.0-beta.2", | ||
"@tsparticles/shape-text": "^3.0.0-beta.2", | ||
"@tsparticles/updater-life": "^3.0.0-beta.2", | ||
"@tsparticles/updater-roll": "^3.0.0-beta.2", | ||
"@tsparticles/updater-rotate": "^3.0.0-beta.2", | ||
"@tsparticles/updater-tilt": "^3.0.0-beta.2", | ||
"@tsparticles/updater-wobble": "^3.0.0-beta.2" | ||
}, | ||
@@ -122,0 +122,0 @@ "publishConfig": { |
@@ -7,27 +7,27 @@ [![banner](https://particles.js.org/images/banner2.png)](https://particles.js.org) | ||
[tsParticles](https://github.com/matteobruni/tsparticles) confetti bundle loads all the features necessary to create beautiful confetti effects with ease. | ||
[tsParticles](https://github.com/tsparticles/tsparticles) confetti bundle loads all the features necessary to create beautiful confetti effects with ease. | ||
**Included Packages** | ||
- [@tsparticles/engine](https://github.com/matteobruni/tsparticles/tree/main/engine) | ||
- [@tsparticles/move-base](https://github.com/matteobruni/tsparticles/tree/main/move/base) | ||
- [@tsparticles/plugin-emitters](https://github.com/matteobruni/tsparticles/tree/main/plugins/emitters) | ||
- [@tsparticles/plugin-motion](https://github.com/matteobruni/tsparticles/tree/main/plugins/motion) | ||
- [@tsparticles/shape-cards](https://github.com/matteobruni/tsparticles/tree/main/shapes/cards) | ||
- [@tsparticles/shape-circle](https://github.com/matteobruni/tsparticles/tree/main/shapes/circle) | ||
- [@tsparticles/shape-heart](https://github.com/matteobruni/tsparticles/tree/main/shapes/heart) | ||
- [@tsparticles/shape-image](https://github.com/matteobruni/tsparticles/tree/main/shapes/image) | ||
- [@tsparticles/shape-polygon](https://github.com/matteobruni/tsparticles/tree/main/shapes/polygon) | ||
- [@tsparticles/shape-square](https://github.com/matteobruni/tsparticles/tree/main/shapes/square) | ||
- [@tsparticles/shape-star](https://github.com/matteobruni/tsparticles/tree/main/shapes/star) | ||
- [@tsparticles/shape-text](https://github.com/matteobruni/tsparticles/tree/main/shapes/text) | ||
- [@tsparticles/updater-color](https://github.com/matteobruni/tsparticles/tree/main/updaters/color) | ||
- [@tsparticles/updater-life](https://github.com/matteobruni/tsparticles/tree/main/updaters/life) | ||
- [@tsparticles/updater-opacity](https://github.com/matteobruni/tsparticles/tree/main/updaters/opacity) | ||
- [@tsparticles/updater-out-modes](https://github.com/matteobruni/tsparticles/tree/main/updaters/outModes) | ||
- [@tsparticles/updater-roll](https://github.com/matteobruni/tsparticles/tree/main/updaters/roll) | ||
- [@tsparticles/updater-rotate](https://github.com/matteobruni/tsparticles/tree/main/updaters/rotate) | ||
- [@tsparticles/updater-size](https://github.com/matteobruni/tsparticles/tree/main/updaters/size) | ||
- [@tsparticles/updater-tilt](https://github.com/matteobruni/tsparticles/tree/main/updaters/tilt) | ||
- [@tsparticles/updater-wobble](https://github.com/matteobruni/tsparticles/tree/main/updaters/wobble) | ||
- [@tsparticles/engine](https://github.com/tsparticles/tsparticles/tree/main/engine) | ||
- [@tsparticles/move-base](https://github.com/tsparticles/tsparticles/tree/main/move/base) | ||
- [@tsparticles/plugin-emitters](https://github.com/tsparticles/tsparticles/tree/main/plugins/emitters) | ||
- [@tsparticles/plugin-motion](https://github.com/tsparticles/tsparticles/tree/main/plugins/motion) | ||
- [@tsparticles/shape-cards](https://github.com/tsparticles/tsparticles/tree/main/shapes/cards) | ||
- [@tsparticles/shape-circle](https://github.com/tsparticles/tsparticles/tree/main/shapes/circle) | ||
- [@tsparticles/shape-heart](https://github.com/tsparticles/tsparticles/tree/main/shapes/heart) | ||
- [@tsparticles/shape-image](https://github.com/tsparticles/tsparticles/tree/main/shapes/image) | ||
- [@tsparticles/shape-polygon](https://github.com/tsparticles/tsparticles/tree/main/shapes/polygon) | ||
- [@tsparticles/shape-square](https://github.com/tsparticles/tsparticles/tree/main/shapes/square) | ||
- [@tsparticles/shape-star](https://github.com/tsparticles/tsparticles/tree/main/shapes/star) | ||
- [@tsparticles/shape-text](https://github.com/tsparticles/tsparticles/tree/main/shapes/text) | ||
- [@tsparticles/updater-color](https://github.com/tsparticles/tsparticles/tree/main/updaters/color) | ||
- [@tsparticles/updater-life](https://github.com/tsparticles/tsparticles/tree/main/updaters/life) | ||
- [@tsparticles/updater-opacity](https://github.com/tsparticles/tsparticles/tree/main/updaters/opacity) | ||
- [@tsparticles/updater-out-modes](https://github.com/tsparticles/tsparticles/tree/main/updaters/outModes) | ||
- [@tsparticles/updater-roll](https://github.com/tsparticles/tsparticles/tree/main/updaters/roll) | ||
- [@tsparticles/updater-rotate](https://github.com/tsparticles/tsparticles/tree/main/updaters/rotate) | ||
- [@tsparticles/updater-size](https://github.com/tsparticles/tsparticles/tree/main/updaters/size) | ||
- [@tsparticles/updater-tilt](https://github.com/tsparticles/tsparticles/tree/main/updaters/tilt) | ||
- [@tsparticles/updater-wobble](https://github.com/tsparticles/tsparticles/tree/main/updaters/wobble) | ||
@@ -34,0 +34,0 @@ ## How to use it |
@@ -1,1 +0,1 @@ | ||
/*! tsParticles Confetti v3.0.0-beta.1 by Matteo Bruni */ | ||
/*! tsParticles Confetti v3.0.0-beta.2 by Matteo Bruni */ |
@@ -7,3 +7,3 @@ /*! | ||
* How to use? : Check the GitHub README | ||
* v3.0.0-beta.1 | ||
* v3.0.0-beta.2 | ||
*/ | ||
@@ -10,0 +10,0 @@ (function webpackUniversalModuleDefinition(root, factory) { |
@@ -1,1 +0,1 @@ | ||
/*! tsParticles Confetti v3.0.0-beta.1 by Matteo Bruni */ | ||
/*! tsParticles Confetti v3.0.0-beta.2 by Matteo Bruni */ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11901
844229