ts-imgix
TypeScript icon, indicating that this package has built-in type declarations

0.0.24 • Public • Published

ts-imgix

Strongly-typed imgix URL builder function, buildImgixUrl.

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',
);

Installation

yarn add ts-imgix
npm install ts-imgix

Development

yarn
npm run start

Readme

Keywords

none

Package Sidebar

Install

npm i ts-imgix

Weekly Downloads

238

Version

0.0.24

License

none

Unpacked Size

86.2 kB

Total Files

12

Last publish

Collaborators

  • unsplash