1.0.2 • Published 1 year ago

xsgg v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

1、使用方法

const xbsTools = require('xsgg'); // 请替换成您实际使用的XBS工具库
// 调用示例
// const xbsFilePath = "https://cdn.jsdelivr.net/gh/Codebglh/img/test/%E9%A3%9E%E9%80%9F%E8%B5%84%E6%BA%90.xbs";
const xbsFilePath = "b.xbs"
const jsonFilePath='x.json'
// xbsTools.xbsTools.convertXbsToJson(xbsFilePath,jsonFilePath)
xbsTools.xbsTools.convertJsonToXbs(jsonFilePath,xbsFilePath)
1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago