Merge pull request #3768 from qinfchen/sigma_image_2

add sigmajs image typing
This commit is contained in:
Masahiro Wakame
2015-03-03 01:10:18 +09:00
+8
View File
@@ -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;
}