UNPKG

fatina

Version:

Lighweight Tweening Library for web / games

12 lines (11 loc) 187 B
/** * Enum use to set the verbosity level of fatina and tweens * * @export * @enum {number} */ export declare const enum Log { None = 0, Info = 1, Debug = 2 }