Default
Instantiation of the CanvasParticles class with the default options.
const showcaseDefault = new CanvasParticles('#showcase-default').start()
Start and stop the animation.
showcaseDefault.stop()
showcaseDefault.stop({clear: false})
showcaseDefault.start()