image-resizing:为 Ghost 博客图像内容调整 Cloudflare worker 的图像大小

时间:2024-08-12 23:44:21
【文件属性】:

文件名称:image-resizing:为 Ghost 博客图像内容调整 Cloudflare worker 的图像大小

文件大小:115KB

文件格式:ZIP

更新时间:2024-08-12 23:44:21

serverless ghost cloudflare ghost-blog cloudflare-worker

:construction_worker: image-resizing 使用 Cloudflare 调整 Ghost 博客图像内容的图像大小 使用 Cloudflare 的自动压缩从上的content/images/路径提供的任何图像。 :information: 商业和企业可以调整图像大小 安装 使用下面的按钮将工作器自动部署到您的 Cloudflare 区域 或者您可以克隆存储库并使用wrangler来部署它。 部署后 - 要激活它,您需要配置一个路由到您的/content/images路径到工作人员例如 https://www.yourblog.com/content/images/* 这确保了该路径下的图像请求被工作人员拦截并调整为适当的大小 特征 工作人员调整 URL 中带有/size/w/图像的/size/w/ 。 对于所有此类 URL,工作人员将拉取未调整大小的原始图像并将其用作调整大小的基础


【文件预览】:
image-resizing-master
----.eslintrc(330B)
----.github()
--------workflows()
----wrangler.toml(129B)
----.prettierignore(31B)
----src()
--------imageComponents.js(726B)
--------resizerOptions.js(743B)
----.travis.yml(182B)
----test()
--------resizerOptions.test.js(4KB)
--------imageComponents.test.js(2KB)
----.prettierrc(80B)
----README.md(3KB)
----LICENSE_MIT(1KB)
----renovate.json(186B)
----CODE_OF_CONDUCT.md(3KB)
----.gitignore(101B)
----index.js(2KB)
----.eslintignore(29B)
----package-lock.json(457KB)
----package.json(810B)

网友评论