UNPKG

image-wife

Version:

A library for compile-time and runtime procedural modification of photographic images.

3 lines (2 loc) 452 B
import { MetaRollHalfChance, MetaRollQuarterChance, MetaRollTenthChance, MetaRollFiftiethChance, MetaRollHundredthChance, MetaRollDoResetEachTick, MetaRollDontResetEachTick } from './MetaRolls'; export declare type MetaRollType = typeof MetaRollHalfChance | typeof MetaRollQuarterChance | typeof MetaRollTenthChance | typeof MetaRollFiftiethChance | typeof MetaRollHundredthChance | typeof MetaRollDoResetEachTick | typeof MetaRollDontResetEachTick;