We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55980f1 commit eee2cc8Copy full SHA for eee2cc8
apps/nuxt3/app.vue
@@ -13,7 +13,7 @@
13
import { loadFull } from "tsparticles";
14
import type { ISourceOptions, Container } from "tsparticles-engine";
15
16
-const options = {
+const options: ISourceOptions = {
17
background: {
18
color: "#fff"
19
},
@@ -36,7 +36,7 @@ const options = {
36
value: 100
37
}
38
39
-} as ISourceOptions
+}
40
41
const particlesInit = async (engine) => {
42
await loadFull(engine)
0 commit comments