Skip to content

Commit

Permalink
Merge pull request DefinitelyTyped#3768 from qinfchen/sigma_image_2
Browse files Browse the repository at this point in the history
add sigmajs image typing
  • Loading branch information
vvakame committed Mar 2, 2015
2 parents 71f803e + 0adb1da commit f3d1bbd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sigmajs/sigmajs.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@ declare module SigmaJs{
nodes(ids: string[]): Node[];
}

interface Image {
clip?: number;
scale?: number;
url?: string;
x?: number;
y?: number;
}

interface Miscellaneous {
animation: Animation;
}
Expand Down

0 comments on commit f3d1bbd

Please sign in to comment.