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 7064feb commit 17ff54eCopy full SHA for 17ff54e
apps/nuxt3/app.vue
@@ -11,8 +11,7 @@
11
</template>
12
<script setup lang="ts">
13
import { loadFull } from "tsparticles";
14
-import type { IOptions } from "tsparticles-engine";
15
-import {Container} from "tsparticles-engine";
+import type { ISourceOptions, Container } from "tsparticles-engine";
16
17
const options = {
18
background: {
@@ -37,7 +36,7 @@ const options = {
37
36
value: 100
38
}
39
40
-} as IOptions
+} as ISourceOptions
41
42
const particlesInit = async (engine) => {
43
await loadFull(engine)
0 commit comments