UNPKG
@belvo-finance/belvo-vue-components
Version:
latest (1.12.19)
1.12.19
## Project setup ``` npm install ```
@belvo-finance/belvo-vue-components
/
node_modules
/
lottie-web
/
player
/
js
/
utils
/
FontManagerWorkerOverride.js
11 lines
(10 loc)
•
245 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
FontManager = (function(){
var
Font = function(){
this
.fonts = [];
this
.chars =
null
;
this
.typekitLoaded =
0
;
this
.isLoaded =
false
;
this
.initTime = Date.now(); };
return
Font; }());