0.1.0 • Published 11 months ago

extract-gif-frames-improved v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Extract GIF Frames

Extract GIF frames fully to JPG/JPEG, adapted from benwiley4000/gif-frames.

Examples

import extract from "extract-gif-frames-improved";

const GIF = "https://cdn.discordapp.com/emojis/948822035197493268.gif?size=96&quality=lossless";

extract(GIF, "/home/ray/gif/extracted/");
const extract = require("extract-gif-frames-improved").default;

const GIF = "https://cdn.discordapp.com/emojis/948822035197493268.gif?size=96&quality=lossless";

extract(GIF, "/home/ray/gif/extracted/");

LICENSE

MIT

0.1.0

11 months ago