ass compiler:将ASS字幕格式解析并编译为易于使用的数据结构 源码

hot1572 16 0 ZIP 2021-02-01 23:02:39

屁股编译器 将ASS字幕格式解析并编译为易于使用的数据结构。 安装 npm install ass-compiler 用法 您可以根据需要使用parse或compile 。 import { parse , stringify , compile , decompile } from 'ass-compiler' ; // ASS file content const text = ` [Script Info] ; ... ` ; // parse just turn ASS text into JSON const parsedASS = parse ( text ) ; const

用户评论
请输入评论内容
评分:
暂无评论