Skip to content

Development#13

Merged
ofcskn merged 2 commits into
mainfrom
development
May 19, 2026
Merged

Development#13
ofcskn merged 2 commits into
mainfrom
development

Conversation

@ofcskn

@ofcskn ofcskn commented May 19, 2026

Copy link
Copy Markdown
Owner

No description provided.

ofcskn and others added 2 commits May 19, 2026 17:08
- worker.ts: drop `satisfies ExportedHandler` (requires @cloudflare/workers-types)
- mock.adapter.ts: Buffer.from(svg).toString('base64') → btoa(svg)
- image-intelligence.pipeline.ts: Buffer.from(arrayBuffer) → Uint8Array,
  buf.toString('base64') → btoa(String.fromCharCode(...buf)),
  drop new Uint8Array() wrap on already-Uint8Array hash input
- image-upload.pipeline.ts: decodeDataUrl return type Buffer → Uint8Array,
  atob+Uint8Array decode, Buffer.from(arrayBuffer) → new Uint8Array()

All three files now build cleanly under platform:browser (Workers runtime).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@ofcskn ofcskn merged commit c8bb2cb into main May 19, 2026
1 of 2 checks passed
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
❌ Deployment failed
View logs
minimalblock 78a8a77 May 19 2026, 02:11 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant