UNPKG

@ertekinno/human-like

Version:

A sophisticated React typewriter effect library with realistic human typing behavior, mobile/desktop keyboards, and comprehensive theming support

6 lines 668 B
export { KeyboardAnalyzer } from './KeyboardAnalyzer'; export type { KeyboardMode, KeyType, KeyboardView, KeyInfo, KeySequence, KeyboardState, KeyboardLayoutDefinition, KeyboardAnalyzerConfig } from './types'; export { MOBILE_LAYOUT, IOS_LAYOUT, ANDROID_LAYOUT, MOBILE_CHARACTER_TO_VIEW, MOBILE_SHORTCUTS } from './mobile-layouts'; export { DESKTOP_QWERTY_LAYOUT, DESKTOP_KEY_MAPPING, DESKTOP_PHYSICAL_LAYOUT, DESKTOP_SHORTCUTS } from './desktop-layouts'; export { MOBILE_TIMING_PROFILES, DESKTOP_TIMING_PROFILES, getDefaultTimingProfile, applyTimingProfile, calculateContextualTiming, type TimingProfile } from './timing-profiles'; //# sourceMappingURL=index.d.ts.map