UNPKG
@twbs/fantasticon
Version:
latest (3.1.0)
3.1.0
3.0.0
2.9.0
2.8.0
2.7.2
2.7.1
2.7.0
2.6.0
2.5.3
2.5.2
2.5.1
2.5.0
2.4.1
2.4.0
2.3.1
2.3.0
2.2.0
2.1.1
2.1.0
Icon font generation tool
github.com/twbs/fantasticon
twbs/fantasticon
@twbs/fantasticon
/
lib
/
index.d.ts
4 lines
(3 loc)
•
238 B
TypeScript
View Raw
1
2
3
4
export
{
FontAssetType
,
OtherAssetType
,
ASSET_TYPES
,
AssetType
,
GetIconIdFn
,
GetIconIdOptions
}
from
'./types/misc'
;
export
{
RunnerOptions
}
from
'./types/runner'
;
export
{ generateFonts, generateFonts
as
default
}
from
'./core/runner'
;