gm: add support for subClass({nativeAutoOrient: true})

This commit is contained in:
Guilherme Bernal
2015-09-06 16:05:27 -03:00
parent bb051830df
commit 71545cc025

1
gm/gm.d.ts vendored
View File

@@ -13,6 +13,7 @@ declare module "gm" {
module m {
export interface ClassOptions {
imageMagick?: boolean;
nativeAutoOrient?: boolean;
}
export interface CompareCallback {