1.0.10 • Published 3 years ago

ali-oss-stream v1.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

1.0.9

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.3

3 years ago

1.0.0

3 years ago