UNPKG

@mesmotronic/three-retropass

Version:

RetroPass applies a retro aesthetic to your Three.js project, emulating the visual style of classic 8-bit and 16-bit games

6 lines (5 loc) 184 B
import { validColorCounts } from '../utils/isValidColorCount'; /** * Valid color count values for the RetroPass effect */ export type ColorCount = (typeof validColorCounts)[number];