aaharu / gifken

JavaScript library that can reverse and split animated GIFs
MIT License
25 stars 3 forks source link

export GifPresenter class, and othres... #19

Closed aaharu closed 4 years ago

aaharu commented 4 years ago

resolve https://github.com/aaharu/gifken/issues/15

codecov[bot] commented 4 years ago

Codecov Report

Merging #19 into master will increase coverage by 1.08%. The diff coverage is 40.4%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #19      +/-   ##
=======================================
+ Coverage   38.91%   40%   +1.08%     
=======================================
  Files           9     8       -1     
  Lines         496   495       -1     
  Branches       65    67       +2     
=======================================
+ Hits          193   198       +5     
+ Misses        303   297       -6
Impacted Files Coverage Δ
src/GifParser.ts 2.41% <0%> (ø) :arrow_up:
src/GifCompressedCodesToByteArrayConverter.ts 100% <100%> (ø) :arrow_up:
src/index.ts 100% <100%> (ø) :arrow_up:
src/GifVersion.ts 100% <100%> (ø) :arrow_up:
src/GifColor.ts 100% <100%> (ø) :arrow_up:
src/Gif.ts 51.73% <61.36%> (ø) :arrow_up:
src/GifPresenter.ts 14.28% <7.69%> (+14.28%) :arrow_up:
src/GifFrame.ts 25% <7.69%> (+0.47%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 94a3355...d5f421c. Read the comment docs.