UNPKG

fontloader

Version:

A polyfill for the FontLoader interface

10 lines (8 loc) 120 B
goog.provide('fl.FontFaceSource'); /** * @typedef {{ * url: string, * format: string * }} */ fl.FontFaceSource;