# oss-process **Repository Path**: Aomd/oss-process ## Basic Information - **Project Name**: oss-process - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-16 - **Last Updated**: 2024-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## oss-process > 配合阿里云 oss 图片处理使用 ## 示例代码 ```js import { OssImages } from "./OssImages" var ossImages = new OssImages() // var url = ossImages.resize({w:300,h:200,m:'fill'}).watermark().quality().circle().format('png').blur().build() var url = ossImages.resize({w:300,h:200,m:'fill'}).watermark().blur({r:5,s:1}).format('png').quality().roundedCorners().build() console.log('http://image-demo.oss-cn-hangzhou.aliyuncs.com/example.jpg?'+url) ```