UNPKG

google-fonts-plugin

Version:

Webpack plugin that downloads fonts from Google Fonts and encodes them to base64.

10 lines (9 loc) 261 B
import Options from '../Options/Options'; export default class Stats { private static UA_CODE; private static HOST; private static PATH; private readonly clientId; constructor(); track: (options: Options) => Promise<boolean>; }