UNPKG

google-fonts-plugin

Version:

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

6 lines (5 loc) 235 B
export default class Cache { static get: (key: string, encoding: string) => string; static key: (requestUrl: string, format: string) => string; static save: (key: string, contents: string, encoding: string) => void; }