UNPKG

pangu

Version:

Paranoid text spacing for good readability, to automatically insert whitespace between CJK (Chinese, Japanese, Korean) and half-width characters (alphabetical letters, numerical digits and symbols).

10 lines (9 loc) 218 B
import { default as pangu, BrowserPangu } from './pangu'; declare global { interface Window { pangu: typeof pangu & { BrowserPangu: typeof BrowserPangu; }; } } export default pangu;