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
/
eot.d.ts
5 lines
(4 loc)
•
160 B
TypeScript
View Raw
1
2
3
4
5
/// <reference types="node" />
import
{
FontGenerator
}
from
'../../types/generator'
;
declare
const
generator
:
FontGenerator
<
Buffer
>;
export
default
generator;