1. 首页
  2. 数据库
  3. 其它
  4. ass compiler:将ASS字幕格式解析并编译为易于使用的数据结构 源码

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

上传者: 2021-02-01 23:06:40上传 ZIP文件 56.7KB 热度 17次
屁股编译器 将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
下载地址
用户评论