Closed GMartigny closed 4 years ago
Hi,
The GifPresenter class is not part of the gifken exports. According to the documentation, I should be be doing:
GifPresenter
newimg.src = gifken.GifPresenter.writeToDataUrl(newgif.writeToArrayBuffer());
Hi, thanks for this report.
GifPresenter class is included only gifken.umd.js, because it uses Blob and btoa. I'll fix the documentation 😃
gifken.umd.js
Ok, thanks. With the advent of ESM as the common import format you might want to consider adding it to your ESM build. Now, you'll have issue with Node.js, I know we all wonder how to work this out ^^.
Hi,
The
GifPresenter
class is not part of the gifken exports. According to the documentation, I should be be doing: