0.0.24 • Published 4 months ago

ts-imgix v0.0.24

Weekly downloads
910
License
-
Repository
github
Last release
4 months ago

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

npm.io npm.io npm.io

Installation

yarn add ts-imgix
npm install ts-imgix

Development

yarn
npm run start
0.0.24

4 months ago

0.0.23

4 months ago

0.0.22

7 months ago

0.0.21

10 months ago

0.0.20

1 year ago

0.0.19

1 year ago

0.0.15-test

2 years ago

0.0.17

2 years ago

0.0.18

2 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago