@contrail/documents
Advanced tools
Comparing version 1.0.59 to 1.0.60
import { CropDefinition, LineDefinition, PositionDefinition, RotationDefinition } from './common'; | ||
import { Document } from './document'; | ||
import { ScaleTransformation } from './element-transformation'; | ||
export interface AlternateUrls { | ||
@@ -13,2 +14,3 @@ highResolution?: string; | ||
rotate?: RotationDefinition; | ||
scale?: ScaleTransformation; | ||
text?: string; | ||
@@ -15,0 +17,0 @@ url?: string; |
{ | ||
"name": "@contrail/documents", | ||
"version": "1.0.59", | ||
"version": "1.0.60", | ||
"description": "Documents library for contrail platform", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
30343
858