UNPKG

lottie-web

Version:

After Effects plugin for exporting animations to SVG + JavaScript or canvas + JavaScript

17 lines (13 loc) 308 B
import FontManager from './FontManager'; // TODO: fix overwrite FontManager = (function () { var Font = function () { this.fonts = []; this.chars = null; this.typekitLoaded = 0; this.isLoaded = false; this.initTime = Date.now(); }; return Font; }()); export default FontManager;