gif to apng
1.0.0
將 gif 轉換為 apng
這個模組是 gif2apng 的一個簡單包裝,因為我找不到任何其他模組來在節點中建立 apng。
# for code reuse
yarn add @beenotung/gif-to-apng
# for cli integration (command line)
yarn global add @beenotung/gif-to-apng
在 JavaScript 中
const toApng = require ( '@beenotung/gif-to-apng' )
toApng ( 'path/to/image.gif' )
. then ( ( ) => console . log ( 'Done ?' ) )
. catch ( error => console . log ( 'Something went wrong ?' , error ) )
或在外殼中
gif-to-apng example.gif
將 .gif 轉換為 apng
類型: string
您要轉換的 gif 的路徑
類型: string
輸出檔案的可選路徑,預設為副檔名為 .png 的來源
gif2appng 由 Max Stepin 製作
gif 轉 apng 由 albinekb 製作