Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/imagemagick_deno/src/orientation-type.ts>OrientationType

Deno port of the WASM library for ImageMagick
Go to Latest
enum OrientationType
import { OrientationType } from "https://deno.land/x/imagemagick_deno@0.0.25/src/orientation-type.ts";

Members

BottomLeft
BottomRight
LeftBotom
LeftTop
RightBottom
RightTop
TopLeft
TopRight
Undefined