0.1.7 • Published 7 years ago

qiniu-image-view2 v0.1.7

Weekly downloads
29
License
-
Repository
github
Last release
7 years ago

qiniu-image-view2

⛩ qiniu-image-view2

Travis GitHub license Standard - JavaScript Style Guide

Install

$ npm i --save qiniu-image-view2
# or
$ yarn add qiniu-image-view2

Usage

import qiniuImageView2 from 'qiniu-image-view2'

const imageURL = 'http://www.something.com/one.png'

qiniuImageView2(imageURL, {
  mode: 0,
  h: 200,
  q: 80,
  format: 'webp'
})

// => http://www.something.com/one.png?imageView2/mode/0/h/200/q/80/format/webp

License

MIT © Limichange

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago