first commit
This commit is contained in:
16
node_modules/lottie-web/player/js/utils/FontManagerWorkerOverride.js
generated
vendored
Normal file
16
node_modules/lottie-web/player/js/utils/FontManagerWorkerOverride.js
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
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;
|
Reference in New Issue
Block a user