gimp palette parser:解析.gpl文件 源码
gimp调色板解析器 解析.gpl文件 安装 $ npm install --save gimp-palette-parser 用法 const parser = require ( 'gimp-palette-parser' ) ; parser . parseFile ( 'butts.gpl' , ( data ) => { console . log ( 'loaded' ) ; } ) ;
文件列表
gimp-palette-parser-master.zip
(预估有个12文件)
gimp-palette-parser-master
.gitignore
32B
tests
new_format.gpl
103B
index.js
2KB
old_format.gpl
75B
missing_header.gpl
83B
custom_format.gpl
104B
package.json
489B
readme.md
246B
暂无评论