UNPKG
canvg
Version:
latest (4.0.3)
4.0.3
4.0.2
4.0.1
4.0.0
3.0.11
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.2
3.0.1
3.0.0
3.0.0-beta.4
3.0.0-beta.3
3.0.0-beta.2
3.0.0-beta.1
3.0.0-beta.0
2.0.0
2.0.0-beta.1
2.0.0-beta.0
1.5.3
1.5.2
1.5.1
1.0.0
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
JavaScript SVG parser and renderer on Canvas.
github.com/canvg/canvg
canvg/canvg
canvg
/
dist
/
SVGFontLoader.d.ts
8 lines
•
268 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Document
}
from
'./Document'
;
export
declare
class
SVGFontLoader
{
private
readonly
document
;
loaded
:
boolean
;
constructor
(
document
:
Document
);
load
(
fontFamily
:
string
,
url
:
string
):
Promise
<
void
>; }
//# sourceMappingURL=SVGFontLoader.d.ts.map