UNPKG
@openanime/ass2esl
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
Utilities to convert Advanced SubStation Alpha (ASS) to Expressive Subtitle Language (ESL)
@openanime/ass2esl
/
dist
/
chunk-4232WILF.js
19 lines
(17 loc)
•
277 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import
{ __name }
from
"./chunk-7QVYU63E.js"
;
// src/id-generator.ts
var
IdGenerator
=
class
{
static
{
__name
(
this
,
"IdGenerator"
); } motionID =
0
;
next
(
) {
return
this
.
motionID
++; } };
export
{
IdGenerator
};
//# sourceMappingURL=chunk-4232WILF.js.map