UNPKG

mouse-trail-effect

Version:

A JavaScript package that creates a colorful mouse trail effect on a web page using random gradient colors.

15 lines (13 loc) 266 B
const defaultConfig = { trailLength: 10, trailSize: 20, trailDuration: 500, colorFormat: 'hex', colorCount: 2, colorSeed: null, trailEffect: 'default', trailShape: 'circle', customTrailClass: '', zIndex: 9999, }; module.exports = defaultConfig;