mirror of
https://github.com/jeffvli/feishin.git
synced 2026-08-08 05:12:57 +02:00
fix: f11 fullscreen was completely broken on linux/windows; feat: butterchurn preset expansion + randomized preset arrows (#2280)
* added a ton of visualizers * added f11 toggle functionality, f11 makes visualizer cover entire screen when pressed while visualizer is maximized Bundling the additional butterchurn preset packs (extra, md1) pushed renderer build memory past the default ~2GB Node heap on the macOS CI runner, causing OOM crashes during the build. --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -5,3 +5,15 @@ declare module 'butterchurn' {
|
||||
declare module 'butterchurn-presets' {
|
||||
export default butterchurnPresets;
|
||||
}
|
||||
|
||||
declare module 'butterchurn-presets/dist/base.js' {
|
||||
export default butterchurnPresets;
|
||||
}
|
||||
|
||||
declare module 'butterchurn-presets/dist/extra.js' {
|
||||
export default butterchurnPresets;
|
||||
}
|
||||
|
||||
declare module 'butterchurn-presets/dist/md1.js' {
|
||||
export default butterchurnPresets;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user