Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F3010266
fonts-builder.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
413 B
Referenced Files
None
Subscribers
None
fonts-builder.ts
View Options
import
{
Builder
}
from
"./builder.js"
;
import
{
FONTS_CONFIG_PATH
,
getFonts
}
from
"../get-fonts.js"
;
export
class
FontsBuilder
extends
Builder
{
getName
()
:
string
{
return
"fonts"
;
}
ownsFile
(
file_path
:
string
)
{
return
file_path
==
FONTS_CONFIG_PATH
;
}
// eslint-disable-next-line @typescript-eslint/no-empty-function
async
dispose
()
:
Promise
<
void
>
{}
async
_build
()
{
return
getFonts
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Wed, May 7, 19:39 (1 d, 11 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
662625
Default Alt Text
fonts-builder.ts (413 B)
Attached To
Mode
rSGEN sealgen
Attached
Detach File
Event Timeline
Log In to Comment