mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
Remove Console Logs from Particles Component
This commit is contained in:
parent
0bc0274b2c
commit
5e5ff16d01
1 changed files with 0 additions and 9 deletions
|
|
@ -2,18 +2,9 @@ import Particles from 'react-tsparticles'
|
|||
import React from 'react'
|
||||
|
||||
const Particle = React.memo(function Particle() {
|
||||
const particlesInit = main => {
|
||||
console.log(main)
|
||||
}
|
||||
|
||||
const particlesLoaded = container => {
|
||||
console.log(container)
|
||||
}
|
||||
return (
|
||||
<Particles
|
||||
id="tsparticles"
|
||||
init={particlesInit}
|
||||
loaded={particlesLoaded}
|
||||
options={{
|
||||
fpsLimit: 60,
|
||||
interactivity: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue