-
Notifications
You must be signed in to change notification settings - Fork 0
ImageSize
github-actions[bot] edited this page May 30, 2026
·
1 revision
moon-cycle / ImageSize
ImageSize =
256|512
Defined in: types.ts:23
Image dimension in pixels (square).
Both values produce square images. Use 256 for thumbnails and smaller
displays; use 512 for high-DPI or full-size display contexts.
import type { ImageSize } from 'moon-cycle';
const size: ImageSize = 256;moon-cycle · MIT License · GitHub · Issues
Guides
Examples
API
Reference
Community