UNPKG

@tsparticles/demo-configs

Version:

tsParticles demo configurations

250 lines (249 loc) 14.6 kB
import _absorbers from "./absorbers.json"; import _amongUs from "./amongUs.json"; import _backgroundMask from "./backgroundMask.json"; import _basic from "./basic.json"; import _big from "./big.json"; import _blackHole from "./blackHole.json"; import _bubble from "./bubble.json"; import _cards from "./cards.json"; import _chars from "./chars.json"; import _clickPause from "./clickPause.json"; import _collisionsAbsorb from "./collisionsAbsorb.json"; import _collisionsBounce from "./collisionsBounce.json"; import _collisionsDestroy from "./collisionsDestroy.json"; import _colorAnimation from "./colorAnimation.json"; import _connect from "./connect.json"; import _customPreset from "./customPreset.json"; import _customShape from "./customShape.json"; import _dataImages from "./dataImages.json"; import _delay from "./delay.json"; import _destroy from "./destroy.json"; import _disappearing from "./disappearing.json"; import _divEvents from "./divEvents.json"; import _emitter from "./emitter.json"; import _emitterAbsorber from "./emitterAbsorber.json"; import _emitterAngled from "./emitterAngled.json"; import _emitterImages from "./emitterImages.json"; import _emitterPaths from "./emitterPaths.json"; import _emitterShapes from "./emitterShapes.json"; import _fireworks from "./fireworks.json"; import _fontawesome from "./fontawesome.json"; import _forward from "./forward.json"; import _grabRandomColor from "./grabRandomColor.json"; import _gradients from "./gradients.json"; import _gravity from "./gravity.json"; import _growing from "./growing.json"; import _hexagonPath from "./hexagonPath.json"; import _hollowknight from "./hollowknight.json"; import _hyperspace from "./hyperspace.json"; import _imageMask from "./imageMask.json"; import _images from "./images.json"; import _imagesDirections from "./imagesDirections.json"; import _infection from "./infection.json"; import _life from "./life.json"; import _lightHover from "./lightHover.json"; import _linkTriangles from "./linkTriangles.json"; import _localPolygonMask from "./localPolygonMask.json"; import _manual from "./manual.json"; import _motionDisable from "./motionDisable.json"; import _motionReduce from "./motionReduce.json"; import _mouseAttract from "./mouseAttract.json"; import _mouseBounce from "./mouseBounce.json"; import _mouseFollow from "./mouseFollow.json"; import _mouseTrail from "./mouseTrail.json"; import _moveAngle from "./moveAngle.json"; import _moveDistance from "./moveDistance.json"; import _moveInside from "./moveInside.json"; import _moveOutside from "./moveOutside.json"; import _multipleClickEmitters from "./multipleClickEmitters.json"; import _multiplePolygonMasks from "./multiplePolygonMasks.json"; import _nasa from "./nasa.json"; import _noconfig from "./noconfig.json"; import _noisePlanes from "./noisePlanes.json"; import _nyancat from "./nyancat.json"; import _nyancat2 from "./nyancat2.json"; import _orbit from "./orbit.json"; import _parallax from "./parallax.json"; import _pathPolygonMask from "./pathPolygonMask.json"; import _planes from "./planes.json"; import _plasma from "./plasma.json"; import _polygonMask from "./polygonMask.json"; import _polygons from "./polygons.json"; import _random from "./random.json"; import _reactBubbles from "./reactBubbles.json"; import _reactDefaults from "./reactDefaults.json"; import _reactMultipleImages from "./reactMultipleImages.json"; import _reactNightSky from "./reactNightSky.json"; import _reactPolygonMask from "./reactPolygonMask.json"; import _reactSimple from "./reactSimple.json"; import _reactSnow from "./reactSnow.json"; import _reduceDuplicates from "./reduceDuplicates.json"; import _repulse from "./repulse.json"; import _repulseBack from "./repulseBack.json"; import _repulseCirc from "./repulseCirc.json"; import _repulseCubic from "./repulseCubic.json"; import _repulseExpo from "./repulseExpo.json"; import _repulseQuart from "./repulseQuart.json"; import _repulseQuint from "./repulseQuint.json"; import _repulseSine from "./repulseSine.json"; import _responsive from "./responsive.json"; import _ring from "./ring.json"; import _seaAnemone from "./seaAnemone.json"; import _shadow from "./shadow.json"; import _shapeBubble from "./shapeBubble.json"; import _shapeHeart from "./shapeHeart.json"; import _shapeMultilineText from "./shapeMultilineText.json"; import _shapeOptions from "./shapeOptions.json"; import _shapePath from "./shapePath.json"; import _shapeRoundedRect from "./shapeRoundedRect.json"; import _shapeSpiral from "./shapeSpiral.json"; import _slow from "./slow.json"; import _snow from "./snow.json"; import _soundsAudio from "./soundsAudio.json"; import _soundsLoop from "./soundsLoop.json"; import _soundsMelodies from "./soundsMelodies.json"; import _soundsMelodyLoop from "./soundsMelodyLoop.json"; import _soundsNotes from "./soundsNotes.json"; import _speedDecay from "./speedDecay.json"; import _spin from "./spin.json"; import _star from "./star.json"; import _strokeAnimation from "./strokeAnimation.json"; import _style from "./style.json"; import _svgReplace from "./svgReplace.json"; import _test from "./test.json"; import _textMask from "./textMask.json"; import _textMaskMultiline from "./textMaskMultiline.json"; import _trail from "./trail.json"; import _trailImage from "./trailImage.json"; import _twinkle from "./twinkle.json"; import _vibrate from "./vibrate.json"; import _virus from "./virus.json"; import _warp from "./warp.json"; import _wobble from "./wobble.json"; import _zIndex from "./zIndex.json"; import { tsParticles } from "@tsparticles/engine"; const absorbers = _absorbers, amongUs = _amongUs, backgroundMask = _backgroundMask, basic = _basic, big = _big, blackHole = _blackHole, bubble = _bubble, cards = _cards, chars = _chars, clickPause = _clickPause, collisionsAbsorb = _collisionsAbsorb, collisionsBounce = _collisionsBounce, collisionsDestroy = _collisionsDestroy, colorAnimation = _colorAnimation, connect = _connect, customPreset = _customPreset, customShape = _customShape, dataImages = _dataImages, delay = _delay, destroy = _destroy, disappearing = _disappearing, divEvents = _divEvents, emitter = _emitter, emitterAbsorber = _emitterAbsorber, emitterAngled = _emitterAngled, emitterImages = _emitterImages, emitterPaths = _emitterPaths, emitterShapes = _emitterShapes, fireworks = _fireworks, fontawesome = _fontawesome, forward = _forward, grabRandomColor = _grabRandomColor, gradients = _gradients, gravity = _gravity, growing = _growing, hexagonPath = _hexagonPath, hollowknight = _hollowknight, hyperspace = _hyperspace, imageMask = _imageMask, images = _images, imagesDirections = _imagesDirections, infection = _infection, life = _life, lightHover = _lightHover, linkTriangles = _linkTriangles, localPolygonMask = _localPolygonMask, manual = _manual, motionDisable = _motionDisable, motionReduce = _motionReduce, mouseAttract = _mouseAttract, mouseBounce = _mouseBounce, mouseFollow = _mouseFollow, mouseTrail = _mouseTrail, moveAngle = _moveAngle, moveDistance = _moveDistance, moveInside = _moveInside, moveOutside = _moveOutside, multipleClickEmitters = _multipleClickEmitters, multiplePolygonMasks = _multiplePolygonMasks, nasa = _nasa, noconfig = _noconfig, noisePlanes = _noisePlanes, nyancat = _nyancat, nyancat2 = _nyancat2, orbit = _orbit, parallax = _parallax, pathPolygonMask = _pathPolygonMask, planes = _planes, plasma = _plasma, polygonMask = _polygonMask, polygons = _polygons, random = _random, reactBubbles = _reactBubbles, reactDefaults = _reactDefaults, reactMultipleImages = _reactMultipleImages, reactNightSky = _reactNightSky, reactPolygonMask = _reactPolygonMask, reactSimple = _reactSimple, reactSnow = _reactSnow, reduceDuplicates = _reduceDuplicates, repulse = _repulse, repulseBack = _repulseBack, repulseCirc = _repulseCirc, repulseCubic = _repulseCubic, repulseExpo = _repulseExpo, repulseQuart = _repulseQuart, repulseQuint = _repulseQuint, repulseSine = _repulseSine, responsive = _responsive, ring = _ring, seaAnemone = _seaAnemone, shadow = _shadow, shapeBubble = _shapeBubble, shapeHeart = _shapeHeart, shapeMultilineText = _shapeMultilineText, shapeOptions = _shapeOptions, shapePath = _shapePath, shapeRoundedRect = _shapeRoundedRect, shapeSpiral = _shapeSpiral, slow = _slow, snow = _snow, soundsAudio = _soundsAudio, soundsLoop = _soundsLoop, soundsMelodies = _soundsMelodies, soundsMelodyLoop = _soundsMelodyLoop, soundsNotes = _soundsNotes, speedDecay = _speedDecay, spin = _spin, star = _star, strokeAnimation = _strokeAnimation, style = _style, svgReplace = _svgReplace, test = _test, textMask = _textMask, textMaskMultiline = _textMaskMultiline, trail = _trail, trailImage = _trailImage, twinkle = _twinkle, vibrate = _vibrate, virus = _virus, warp = _warp, wobble = _wobble, zIndex = _zIndex; tsParticles.addConfig(absorbers); tsParticles.addConfig(amongUs); tsParticles.addConfig(backgroundMask); tsParticles.addConfig(basic); tsParticles.addConfig(big); tsParticles.addConfig(blackHole); tsParticles.addConfig(bubble); tsParticles.addConfig(cards); tsParticles.addConfig(chars); tsParticles.addConfig(clickPause); tsParticles.addConfig(collisionsAbsorb); tsParticles.addConfig(collisionsBounce); tsParticles.addConfig(collisionsDestroy); tsParticles.addConfig(colorAnimation); tsParticles.addConfig(connect); tsParticles.addConfig(customPreset); tsParticles.addConfig(customShape); tsParticles.addConfig(dataImages); tsParticles.addConfig(delay); tsParticles.addConfig(destroy); tsParticles.addConfig(disappearing); tsParticles.addConfig(divEvents); tsParticles.addConfig(emitter); tsParticles.addConfig(emitterAbsorber); tsParticles.addConfig(emitterAngled); tsParticles.addConfig(emitterImages); tsParticles.addConfig(emitterPaths); tsParticles.addConfig(emitterShapes); tsParticles.addConfig(fireworks); tsParticles.addConfig(fontawesome); tsParticles.addConfig(forward); tsParticles.addConfig(grabRandomColor); tsParticles.addConfig(gradients); tsParticles.addConfig(gravity); tsParticles.addConfig(growing); tsParticles.addConfig(hexagonPath); tsParticles.addConfig(hollowknight); tsParticles.addConfig(hyperspace); tsParticles.addConfig(imageMask); tsParticles.addConfig(images); tsParticles.addConfig(imagesDirections); tsParticles.addConfig(infection); tsParticles.addConfig(life); tsParticles.addConfig(lightHover); tsParticles.addConfig(linkTriangles); tsParticles.addConfig(localPolygonMask); tsParticles.addConfig(manual); tsParticles.addConfig(motionDisable); tsParticles.addConfig(motionReduce); tsParticles.addConfig(mouseAttract); tsParticles.addConfig(mouseBounce); tsParticles.addConfig(mouseFollow); tsParticles.addConfig(mouseTrail); tsParticles.addConfig(moveAngle); tsParticles.addConfig(moveDistance); tsParticles.addConfig(moveInside); tsParticles.addConfig(moveOutside); tsParticles.addConfig(multipleClickEmitters); tsParticles.addConfig(multiplePolygonMasks); tsParticles.addConfig(nasa); tsParticles.addConfig(noconfig); tsParticles.addConfig(noisePlanes); tsParticles.addConfig(nyancat); tsParticles.addConfig(nyancat2); tsParticles.addConfig(orbit); tsParticles.addConfig(parallax); tsParticles.addConfig(pathPolygonMask); tsParticles.addConfig(planes); tsParticles.addConfig(plasma); tsParticles.addConfig(polygonMask); tsParticles.addConfig(polygons); tsParticles.addConfig(random); tsParticles.addConfig(reactBubbles); tsParticles.addConfig(reactDefaults); tsParticles.addConfig(reactMultipleImages); tsParticles.addConfig(reactNightSky); tsParticles.addConfig(reactPolygonMask); tsParticles.addConfig(reactSimple); tsParticles.addConfig(reactSnow); tsParticles.addConfig(reduceDuplicates); tsParticles.addConfig(repulse); tsParticles.addConfig(repulseBack); tsParticles.addConfig(repulseCirc); tsParticles.addConfig(repulseCubic); tsParticles.addConfig(repulseExpo); tsParticles.addConfig(repulseQuart); tsParticles.addConfig(repulseQuint); tsParticles.addConfig(repulseSine); tsParticles.addConfig(responsive); tsParticles.addConfig(ring); tsParticles.addConfig(seaAnemone); tsParticles.addConfig(shadow); tsParticles.addConfig(shapeBubble); tsParticles.addConfig(shapeHeart); tsParticles.addConfig(shapeMultilineText); tsParticles.addConfig(shapeOptions); tsParticles.addConfig(shapePath); tsParticles.addConfig(shapeRoundedRect); tsParticles.addConfig(shapeSpiral); tsParticles.addConfig(slow); tsParticles.addConfig(snow); tsParticles.addConfig(soundsAudio); tsParticles.addConfig(soundsLoop); tsParticles.addConfig(soundsMelodies); tsParticles.addConfig(soundsMelodyLoop); tsParticles.addConfig(soundsNotes); tsParticles.addConfig(speedDecay); tsParticles.addConfig(spin); tsParticles.addConfig(star); tsParticles.addConfig(strokeAnimation); tsParticles.addConfig(style); tsParticles.addConfig(svgReplace); tsParticles.addConfig(test); tsParticles.addConfig(textMask); tsParticles.addConfig(textMaskMultiline); tsParticles.addConfig(trail); tsParticles.addConfig(trailImage); tsParticles.addConfig(twinkle); tsParticles.addConfig(vibrate); tsParticles.addConfig(virus); tsParticles.addConfig(warp); tsParticles.addConfig(wobble); tsParticles.addConfig(zIndex); export { absorbers, amongUs, backgroundMask, basic, big, blackHole, bubble, cards, chars, clickPause, collisionsAbsorb, collisionsBounce, collisionsDestroy, colorAnimation, connect, customPreset, customShape, dataImages, delay, destroy, disappearing, divEvents, emitter, emitterAbsorber, emitterAngled, emitterImages, emitterPaths, emitterShapes, fireworks, fontawesome, forward, grabRandomColor, gradients, gravity, growing, hexagonPath, hollowknight, hyperspace, imageMask, images, imagesDirections, infection, life, lightHover, linkTriangles, localPolygonMask, manual, motionDisable, motionReduce, mouseAttract, mouseBounce, mouseFollow, mouseTrail, moveAngle, moveDistance, moveInside, moveOutside, multipleClickEmitters, multiplePolygonMasks, nasa, noconfig, noisePlanes, nyancat, nyancat2, orbit, parallax, pathPolygonMask, planes, plasma, polygonMask, polygons, random, reactBubbles, reactDefaults, reactMultipleImages, reactNightSky, reactPolygonMask, reactSimple, reactSnow, reduceDuplicates, repulse, repulseBack, repulseCirc, repulseCubic, repulseExpo, repulseQuart, repulseQuint, repulseSine, responsive, ring, seaAnemone, shadow, shapeBubble, shapeHeart, shapeMultilineText, shapeOptions, shapePath, shapeRoundedRect, shapeSpiral, slow, snow, soundsAudio, soundsLoop, soundsMelodies, soundsMelodyLoop, soundsNotes, speedDecay, spin, star, strokeAnimation, style, svgReplace, test, textMask, textMaskMultiline, trail, trailImage, twinkle, vibrate, virus, warp, wobble, zIndex, };