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
/
generators
/
asset-types
/
index.d.ts
7 lines
(6 loc)
•
203 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
AssetType
}
from
'../../types/misc'
;
import
{
FontGenerator
}
from
'../../types/generator'
;
declare
const
generators
: { [key
in
AssetType
]:
FontGenerator
<
any
>; };
export
default
generators;