1.0.10 • Published 4 years ago

ali-oss-stream v1.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Ali OSS Stream

对阿里对象存储服务的访问url进行流式操作

快速使用

  • cdn

  • 使用 npm npm i --save ali-oss-stream

  • 使用 yarn yarn add ali-oss-stream

示例

  • 调整图片大小为50px
import { imgHelper } from '@ali-oss-stream'

const url = imgHelper(
  'https://image-demo.oss-cn-hangzhou.aliyuncs.com/smile.jpg'
).resize({ w: 50 }).end()
console.log(url)
// https://image-demo.oss-cn-hangzhou.aliyuncs.com/smile.jpg?x-oss-process=image/resize,w_50
1.0.10

4 years ago

1.0.9

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago