@nsfw-filter/gif-frames
Advanced tools
Comparing version 1.0.1 to 1.0.2
import {Initializer} from "multi-integer-range"; | ||
declare module "gif-frames" { | ||
declare module "@nsfw-filter/gif-frames" { | ||
@@ -25,4 +25,4 @@ export default function gifFrames<T extends GifFrameOptions>(options: T): Promise<GifFrameData<T>[]>; | ||
interface GifFrameReadableStream { | ||
getImage(): {data: ReadableStream, width: number, height: number}; | ||
interface GifFrameBuffer { | ||
getImage(): ImageData; | ||
frameIndex: number; | ||
@@ -29,0 +29,0 @@ frameInfo: GifFrameInfo; |
{ | ||
"name": "@nsfw-filter/gif-frames", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Pure JavaScript tool for extracting GIF frames and saving to file", | ||
@@ -5,0 +5,0 @@ "main": "gif-frames.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1033884