@imgcook/plugin-image-oss

plugin template

Usage no npm install needed!

<script type="module">
  import imgcookPluginImageOss from 'https://cdn.skypack.dev/@imgcook/plugin-image-oss';
</script>

README

@imgcook/plugin-image-oss

imgcook config edit

写入 oss 配置

{
  "accessId": "xxxx",
  "dslId": "xxx",
  "generator": [],
  "plugin": [
    "@imgcook/plugin-image-oss",
    "@imgcook/plugin-generate"
  ],
  "oss": {
    "bucket": "xxx",
    "region": "xxx",
    "accessKeyId": "xxx",
    "accessKeySecret": "xxx"
  }
}