Spaces:
Sleeping
Sleeping
File size: 271 Bytes
04f98c3 |
1 2 3 4 5 6 7 8 |
import Document from './Document';
export default class SVGFontLoader {
private readonly document;
loaded: boolean;
constructor(document: Document);
load(fontFamily: string, url: string): Promise<void>;
}
//# sourceMappingURL=SVGFontLoader.d.ts.map |