gif to apng
1.0.0
แปลง gif เป็น apng
โมดูลนี้เป็น wrapper ธรรมดารอบ ๆ gif2apng เนื่องจากฉันไม่พบโมดูลอื่นใดสำหรับการสร้าง apng ในโหนด
# for code reuse
yarn add @beenotung/gif-to-apng
# for cli integration (command line)
yarn global add @beenotung/gif-to-apng
ในจาวาสคริปต์
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
gif2apng สร้างโดย Max Stepin
gif-to-apng สร้างโดย albinekb