# utaformatix-electron **Repository Path**: oxygendioxide/utaformatix-electron ## Basic Information - **Project Name**: utaformatix-electron - **Description**: 歌声合成工程转换器utaformatix离线版,使用nativefier和electron打包 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-09-09 - **Last Updated**: 2021-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # utaformatix-electron 由于github.io访问速度慢,为方便使用,把 https://sdercolin.github.io/utaformatix3 用nativefier和electron打包成本地应用 源代码:https://github.com/sdercolin/utaformatix3 打包代码(请先安装nodejs和nativefier,然后在cmd中运行): ``` nativefier https://sdercolin.github.io/utaformatix3/ --file-download-options "{\"saveAs\":true}" ``` 支持的输入文件:vsqx(3/4), vpr, ust, ccs, svp, s5p, dv 支持的输出文件:vsqx(4), vpr, ust, ccs, xml(MusicXML), svp, s5p, dv #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request