Comparing version 0.0.17 to 0.0.18
@@ -11,3 +11,3 @@ { | ||
}, | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"scripts": { | ||
@@ -14,0 +14,0 @@ "lint": "tslint --project ./tsconfig.json", |
@@ -221,2 +221,5 @@ 'use strict'; | ||
'mark-x': query.markX, | ||
mark: query.mark, | ||
blend: query.blend, | ||
txt: query.txt, | ||
}; | ||
@@ -223,0 +226,0 @@ return catMaybesDictionary(imgixUrlQueryParams); |
@@ -96,5 +96,8 @@ export declare enum ImgixFit { | ||
mark64?: string; | ||
mark?: string; | ||
'mark-x'?: number; | ||
blend64?: string; | ||
blend?: string; | ||
txt64?: string; | ||
txt?: string; | ||
'txt-color'?: string; | ||
@@ -101,0 +104,0 @@ 'txt-size'?: number; |
@@ -224,2 +224,5 @@ import { addQueryToUrl } from 'url-transformers'; | ||
'mark-x': query.markX, | ||
mark: query.mark, | ||
blend: query.blend, | ||
txt: query.txt, | ||
}; | ||
@@ -226,0 +229,0 @@ return catMaybesDictionary(imgixUrlQueryParams); |
@@ -227,2 +227,5 @@ 'use strict'; | ||
'mark-x': query.markX, | ||
mark: query.mark, | ||
blend: query.blend, | ||
txt: query.txt, | ||
}; | ||
@@ -229,0 +232,0 @@ return catMaybesDictionary(imgixUrlQueryParams); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
73106
827