tsparticles-plugin-easing-quad
Advanced tools
Comparing version 2.10.1 to 2.11.0
{ | ||
"name": "tsparticles-plugin-easing-quad", | ||
"version": "2.10.1", | ||
"version": "2.11.0", | ||
"description": "tsParticles easing quad plugin", | ||
@@ -93,5 +93,6 @@ "homepage": "https://particles.js.org", | ||
"types": "types/index.d.ts", | ||
"sideEffects": false, | ||
"dependencies": { | ||
"tsparticles-engine": "^2.10.1" | ||
"tsparticles-engine": "^2.11.0" | ||
} | ||
} |
@@ -28,7 +28,12 @@ [![banner](https://particles.js.org/images/banner3.png)](https://particles.js.org) | ||
```javascript | ||
loadEasingQuadPlugin(); | ||
(async () => { | ||
await loadEasingQuadPlugin(); | ||
tsParticles.load("tsparticles", { | ||
/* options */ | ||
}); | ||
await tsParticles.load({ | ||
id: "tsparticles", | ||
options: { | ||
/* options */ | ||
}, | ||
}); | ||
})(); | ||
``` | ||
@@ -56,3 +61,5 @@ | ||
loadEasingQuadPlugin(); | ||
(async () => { | ||
await loadEasingQuadPlugin(); | ||
})(); | ||
``` | ||
@@ -66,3 +73,5 @@ | ||
loadEasingQuadPlugin(); | ||
(async () => { | ||
await loadEasingQuadPlugin(); | ||
})(); | ||
``` |
@@ -7,3 +7,3 @@ /*! | ||
* How to use? : Check the GitHub README | ||
* v2.10.1 | ||
* v2.11.0 | ||
*/ | ||
@@ -10,0 +10,0 @@ (function webpackUniversalModuleDefinition(root, factory) { |
@@ -1,1 +0,1 @@ | ||
/*! tsParticles Easing Quad Plugin v2.10.1 by Matteo Bruni */ | ||
/*! tsParticles Easing Quad Plugin v2.11.0 by Matteo Bruni */ |
Sorry, the diff of this file is not supported yet
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
291891
75
Updatedtsparticles-engine@^2.11.0