ApeironTsuka / node-webpmux

A mostly 1:1 re-implementation of webpmux as a Node module in pure Javascript. Only thing currently missing is a command-line version.
GNU Lesser General Public License v3.0
21 stars 8 forks source link

Cannot read property 'WebPEnc' of undefined #15

Closed DN0p closed 3 years ago

DN0p commented 3 years ago

Hello, I try to resize animated webp First I create array of buffers, using demux() Then I loop through this array and call setFrameData And I get the error: Cannot read property 'WebPEnc' of undefined I call initLib at start please help