ExportX Doc

ExportX Release Notes
🧭 Web Version Available, Simplified UI, Optimized Performance We are pleased to announce that we have brought our fast compression feature to the browser. New Features * You can now compress images directly on the web page, with the same experience as the plugin * Optimized the plugin UI display, and designed a
ExportX Figma Plugin User Guide
Quick Start Our plugin supports both “Design Mode” and “Dev Mode”. Check out the video below to quickly understand how to use the plugin. Supported Export Formats and Compression Rates We support compressing images in multiple formats and at multiple rates simultaneously, but the rules are limited to 5. The
Configure AWS S3 Upload Service
Learn how to securely configure ExportX’s AWS S3 file upload functionality, including complete setup steps and security best practices ⌛️ In just 3 minutes, you can configure the AWS S3 upload service. Before starting, please ensure you have registered an AWS account and created a Bucket. Security Notice Before configuring the
Configure Cloudflare R2 upload-service
Learn how to securely configure ExportX’s Cloudflare R2 file upload functionality, including complete setup steps and security best practices ⌛️ In just 3 minutes, you can configure the Cloudflare R2 upload service. Before starting, please ensure you have registered a Cloudflare account and created a Bucket. Security Notice Before configuring the
How to Configure Custom Upload Endpoints
Learn how to configure ExportX’s custom upload endpoints, including complete setup steps and security best practices If you have your own upload service, you can use it directly to receive images. How to Receive Images We send images via POST request, with the request body containing the image’s binary data

中文文档

ExportX 发布日志
🧭 网页版本可用,简化UI,优化性能 很高兴地通知大家,我们已经将快速压缩功能带到了浏览器中。 新功能 * 现在可以直接在网页上进行图片压缩,与插件体验一致 * 优化了插件UI显示,并且为网页版单独设计了界面 * 支持了Worker线程,提升了压缩性能 🌐 ExportX 2.1发布 | 压缩上传,一键完成! Figma图片导出、压缩、上传,只需要点击 “ExportX” 新特性 * 支持图片直接上传到您的CDN图床,比如AmazonS3,Cloudflare R2等等 * 为了您方便使用,我们提供了免费图床服务 * 增加预览图片尺寸显示 如果您想进一步了解如何使用插件上传,您可以参阅使用教程 🎉 ExportX 2.0.0发布 | 压缩加速,5倍提升! 在1.x版本中,压缩服务是服务器提供的,用户等待时间过长;2.0版本中,压缩服务不再依赖服务器,而是在本地使用Wenassembly压缩。 新特性 * 使用WASM压缩图片,图片压缩速度提升 * 无需上传到服务器,
ExportX Figma插件使用说明
快速开始 我们的插件支持 「设计模式」和「Dev模式」, 查看下面视频,快速了解插件使用方式~ 导出格式支持与压缩率 我们支持同时压缩多种格式和倍率的图片,但是规则限制在5条以内,图片格式支持: 格式 支持 节省空间 AVIF 是 ≈92% WEBP 是 ≈88% JPG 是 ≈85% PNG 是 ≈68% SVG 是 ≈8% ico 🚧 开发中 - 压缩效果根据统计得出,实际效果可能有所不同,此表格将持续更新。 历史记录 插件压缩的图片我们会在您的电脑上永久的存储起来,直到您清空缓存或者清除历史纪录。 受限于客户端存储限制,我们仅保存15条历史纪录。 免费图床服务 ExportX为您提供了能够快速上传的免费图床,服务建立在Cloudflare的免费CDN上,我们保证不删除您的图片。方便您0配置即可获得上传体验。 打开插件右上角的开关,即可使用我们的免费图床服务。 此时,点击“ExportX”
配置AWS S3上传服务
学习如何安全配置ExportX的AWS S3文件上传功能,包含完整配置步骤和安全最佳实践 ⌛️只需要 3 分钟,您就可以配置好 AWS S3 上传服务,开始之前,请确保您已经注册了AWS账号,并且已经创建了Bucket 安全须知 在配置AWS S3上传服务之前,请注意以下安全建议: 为了提供上传服务,ExportX需要在我们的服务器上安全存储您的密钥。我们采取以下措施保护您的密钥安全: * 所有密钥信息使用强加密算法存储 * 严格的访问控制和审计机制 * 遵循行业最佳安全实践 建议您: 1. 严格遵循最小权限原则,仅配置上传所需的最小权限(PutObject) 2. 建议限制特定存储桶(Bucket)和目录的访问权限 3. 使用专门的IAM用户,避免使用主账号密钥 4. 定期轮换密钥 参数配置 Amazon S3 是AWS提供的对象存储服务,我们提供的上传服务必须有以下参数 参数 说明 必填 Bucket 存储桶名称 是 Region 区域
配置Cloudflare R2上传服务
学习如何安全配置ExportX的Cloudflare R2文件上传功能,包含完整配置步骤和安全最佳实践 ⌛️只需要 3 分钟,您就可以配置好 Cloudflare R2 上传服务,开始之前,请确保您已经注册了AWS账号,并且已经创建了Bucket 安全须知 在配置Cloudflare R2上传服务之前,请注意以下安全建议: 为了提供上传服务,ExportX需要在我们的服务器上安全存储您的密钥。我们采取以下措施保护您的密钥安全: * 所有密钥信息使用强加密算法存储 * 严格的访问控制和审计机制 * 遵循行业最佳安全实践 建议您: 1. 严格遵循最小权限原则,仅配置上传所需的最小权限(PutObject) 2. 建议限制特定存储桶(Bucket)和目录的访问权限 3. 定期轮换密钥 具体您可以参考 Cloudflare S3 API compatibility
如何自定义上传端点
学习如何配置ExportX的自定义上传端点,包含完整配置步骤和安全最佳实践 如果您有自己的上传接口,您可以直接使用自己的上传接口接收图片。 如何接收图片 我们通过Post请求发送图片,请求体包含图片的二进制数据,以及图片的元信息。 以 honojs为例,我们通过从 formData 中获取图片相关信息 app.post(”/upload”, async (c) => { const formData = await c.req.parseBody(); const file = formData.file; if (!(file instanceof File)) { return c.json({ error: “Invalid file” }, 400); } console.log(“size:”, file.size, “name:”, file.name,“file type :”, file.