Skip to main content
Module

x/imagemagick_deno/src/gif-dispose-method.ts

Deno port of the WASM library for ImageMagick
Latest
File
// Copyright Dirk Lemstra https://github.com/dlemstra/magick-wasm.// Licensed under the Apache License, Version 2.0.
export enum GifDisposeMethod { Undefined, None, Background, Previous,}