UNPKG
@zupit-it/fantasticon
Version:
latest (1.0.1)
1.0.1
1.0.0
Icon font generation tool
github.com/zupit-it/fantasticon
zupit-it/fantasticon
@zupit-it/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'
;