-
Notifications
You must be signed in to change notification settings - Fork 0
imageFolder
github-actions[bot] edited this page May 30, 2026
·
1 revision
moon-cycle / imageFolder
imageFolder(
set,size,quality):string
Defined in: helpers.ts:13
Returns the folder name for a given image set, size, and quality.
Folder names follow the pattern {set}-{size}-{quality}, matching the
directory layout in the moon-cycle repository.
string
imageFolder('mm', 256, 75) // => 'mm-256-75'
imageFolder('my', 512, 85) // => 'my-512-85'moon-cycle · MIT License · GitHub · Issues
Guides
Examples
API
Reference
Community