UNPKG
subsrt-ts
Version:
latest (2.1.2)
2.1.2
2.1.1
2.1.0
2.0.0
Subtitle JavaScript library and command line tool with no dependencies.
leranjun/subsrt-ts
subsrt-ts
/
dist
/
format
/
types
/
sub.d.ts
8 lines
(7 loc)
•
221 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
BuildOptions
,
ParseOptions
}
from
"../../types/handler.js"
;
export
interface
SUBBuildOptions
extends
BuildOptions
{
fps
?:
number
; }
export
interface
SUBParseOptions
extends
ParseOptions
{
fps
?:
number
; }