Strongly-typed imgix URL builder function, `buildImgixUrl`.
npm install ts-imgixStrongly-typed imgix URL builder function, buildImgixUrl.
``ts
import * as assert from 'assert';
import { buildImgixUrl } from 'ts-imgix';
assert.strictEqual(
buildImgixUrl('https://foo.com')({
auto: {
format: true,
},
w: 300,
}),
'https://foo.com/?auto=format&w=300',
);
`



`sh`
yarn add ts-imgix
npm install ts-imgix
```
yarn
npm run start