@tsparticles/interaction-external-remove
Advanced tools
Comparing version 3.0.3 to 3.1.0
{ | ||
"name": "@tsparticles/interaction-external-remove", | ||
"version": "3.0.3", | ||
"version": "3.1.0", | ||
"description": "tsParticles remove external interaction", | ||
@@ -90,3 +90,3 @@ "homepage": "https://particles.js.org", | ||
"dependencies": { | ||
"@tsparticles/engine": "^3.0.3" | ||
"@tsparticles/engine": "^3.1.0" | ||
}, | ||
@@ -93,0 +93,0 @@ "publishConfig": { |
@@ -7,3 +7,3 @@ /*! | ||
* How to use? : Check the GitHub README | ||
* v3.0.3 | ||
* v3.1.0 | ||
*/ | ||
@@ -10,0 +10,0 @@ (function webpackUniversalModuleDefinition(root, factory) { |
@@ -1,1 +0,1 @@ | ||
/*! tsParticles Remove External Interaction v3.0.3 by Matteo Bruni */ | ||
/*! tsParticles Remove External Interaction v3.1.0 by Matteo Bruni */ |
import type { Container, Options } from "@tsparticles/engine"; | ||
import type { IRemove } from "./Options/Interfaces/IRemove.js"; | ||
import type { Remove } from "./Options/Classes/Remove.js"; | ||
export type IRemoveMode = { | ||
export interface IRemoveMode { | ||
remove: IRemove; | ||
}; | ||
export type RemoveMode = { | ||
} | ||
export interface RemoveMode { | ||
remove?: Remove; | ||
}; | ||
} | ||
export type RemoveContainer = Container & { | ||
@@ -11,0 +11,0 @@ actualOptions: RemoveOptions; |
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
302848
Updated@tsparticles/engine@^3.1.0