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
/
constants.d.ts
5 lines
(4 loc)
•
231 B
TypeScript
View Raw
1
2
3
4
5
import
{
RunnerOptions
}
from
'./types/runner'
;
export
declare
const
TEMPLATES_DIR
:
string
;
export
declare
const
DEFAULT_OPTIONS
:
Omit
<
RunnerOptions
,
'inputDir'
|
'outputDir'
>;
export
declare
const
DEFAULT_START_CODEPOINT
=
61697
;