vue3-particles
Advanced tools
Comparing version 2.10.1 to 2.11.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [2.11.0](https://github.com/tsparticles/vue3/compare/v2.10.1...v2.11.0) (2023-07-14) | ||
**Note:** Version bump only for package vue3-particles | ||
## 2.10.1 (2023-06-04) | ||
@@ -8,0 +16,0 @@ |
@@ -5,3 +5,3 @@ import type { PropType } from "vue"; | ||
export type IParticlesParams = IParticlesProps; | ||
declare const _sfc_main: import("vue").DefineComponent<{ | ||
declare const _default: import("vue").DefineComponent<{ | ||
id: { | ||
@@ -41,2 +41,2 @@ type: StringConstructor; | ||
}>>, {}, {}>; | ||
export default _sfc_main; | ||
export default _default; |
{ | ||
"name": "vue3-particles", | ||
"version": "2.10.1", | ||
"version": "2.11.0", | ||
"description": "Official tsParticles Vue.js 3.x Component - Easily create highly customizable particle, confetti and fireworks animations and use them as animated backgrounds for your website. Ready to use components available also for Web Components, React, Vue.js 2.x, Angular, Svelte, jQuery, Preact, Riot.js, Solid.js, Inferno.", | ||
@@ -97,10 +97,10 @@ "keywords": [ | ||
"dependencies": { | ||
"tsparticles-engine": "^2.10.1", | ||
"tsparticles-engine": "^2.11.0", | ||
"vue": "^3.3.4" | ||
}, | ||
"devDependencies": { | ||
"@rushstack/eslint-patch": "^1.3.0", | ||
"@tsconfig/node18": "^2.0.1", | ||
"@tsparticles/prettier-config": "^1.10.0", | ||
"@types/node": "^20.2.5", | ||
"@rushstack/eslint-patch": "^1.3.2", | ||
"@tsconfig/node18": "^18.2.0", | ||
"@tsparticles/prettier-config": "^1.11.0", | ||
"@types/node": "^20.4.2", | ||
"@vitejs/plugin-vue": "^4.2.3", | ||
@@ -111,9 +111,9 @@ "@vitejs/plugin-vue-jsx": "^3.0.1", | ||
"@vue/tsconfig": "^0.4.0", | ||
"eslint": "^8.42.0", | ||
"eslint-plugin-vue": "^9.14.1", | ||
"prettier": "^2.8.8", | ||
"typescript": "^5.1.3", | ||
"vite": "^4.3.9", | ||
"vite-plugin-dts": "^2.3.0", | ||
"vue-tsc": "^1.6.5" | ||
"eslint": "^8.45.0", | ||
"eslint-plugin-vue": "^9.15.1", | ||
"prettier": "^3.0.0", | ||
"typescript": "^5.1.6", | ||
"vite": "^4.4.4", | ||
"vite-plugin-dts": "^3.3.0", | ||
"vue-tsc": "^1.8.5" | ||
}, | ||
@@ -125,3 +125,3 @@ "main": "dist/vue3-particles.umd.js", | ||
"jsdelivr": "dist/vue3-particles.umd.min.js", | ||
"gitHead": "9edff98ba3a15a1bdc045d1c4f06d4d387e05c59" | ||
"gitHead": "06f417e0efa1168592d91985714d235b490ff66b" | ||
} |
@@ -126,6 +126,8 @@ [![banner](https://particles.js.org/images/banner3.png)](https://particles.js.org) | ||
```javascript | ||
import { loadFull } from "tsparticles"; | ||
//import { loadFull } from "tsparticles"; // if you are going to use `loadFull`, install the "tsparticles" package too. | ||
import { loadSlim } from "tsparticles-slim"; // if you are going to use `loadSlim`, install the "tsparticles-slim" package too. | ||
const particlesInit = async engine => { | ||
await loadFull(engine); | ||
//await loadFull(engine); | ||
await loadSlim(engine); | ||
}; | ||
@@ -132,0 +134,0 @@ |
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
3163
167
188069
Updatedtsparticles-engine@^2.11.0