@invisionapp/studio-api
Advanced tools
Comparing version 3.5.5 to 3.5.6
@@ -812,3 +812,3 @@ import { ReadStream } from 'fs'; | ||
} | ||
export interface IImageFillOptions { | ||
export interface ImageFillOptions { | ||
fit?: ImageFitTypes; | ||
@@ -829,3 +829,3 @@ scale?: number; | ||
append(child: any): NodeType; | ||
appendImageFill(imgResource: UdfImageResource, imgFillOptions: IImageFillOptions): NodeType; | ||
appendImageFill(imgResource: UdfImageResource, imgFillOptions: ImageFillOptions): NodeType; | ||
clone(this: NodeType): NodeType; | ||
@@ -832,0 +832,0 @@ getById(id: string): UdfProxiedNode | null; |
{ | ||
"name": "@invisionapp/studio-api", | ||
"version": "3.5.5", | ||
"version": "3.5.6", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
61414