butterchurn-presets-baron
v1.5.1
Published
Butterchurn preset pack
Maintainers
Readme
butterchurn-presets-baron
A collection of Butterchurn / MilkDrop preset JSON files, distributed as an npm package.
This was generated by taking the ISOCELES curated list and comparing it against the available converted presets in Ansorre's collection, resulting in ~760 curated presets ready for use with butterchurn
Installation
npm install butterchurn-presets-baronUsage
import { getPresets } from 'butterchurn-presets-baron'
const options = { random: true, count: 50 }
const allPresets = getPresets(options)
const firstPreset = allPresets[Object.keys(allPresets)[0]]
visualizer.loadPreset(preset, blendSeconds)