Forum Discussion
luojiandan_bi
5 years agoHelper I
why TS1005: ';' expected.||TS1005: '=' expected ?
I got an error by using tsParticles,but the first time is ok,and reopen got these error:
this is issue in github
and the project code is: https://github.com/luojiandan/webParticles
it's ok:
import { particlesJS } from "tsparticles"; change to: import { particlesJS } from "../node_modules/tsparticles/dist/tsparticles.js";
1 Reply
- luojiandan_biHelper I
it's ok:
import { particlesJS } from "tsparticles"; change to: import { particlesJS } from "../node_modules/tsparticles/dist/tsparticles.js";