2 comments (2 comments)2 reactions (2 reactions)0 assignees (0 assignees)TypeScript2,127 forks (2,127 forks)batch import
codechelp wanted
Repository metrics
- Stars
- 25,701 stars (25,701 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
@AlexVictoor just published a resizing demo that uses Seam Carving implemented in AssemblyScript: https://alexvictoor.github.io/seam-carving-as/
It seems like it should be quite easy to integrate and would make a great addition to Squoosh as an extra resizing method.
Contributor guide
- Research direction
- Study the existing resize methods in Squoosh (e.g., in the codebase) and examine the seam carving demo's AssemblyScript source to understand how to integrate it as a new method.
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Prerequisites
- TypeScriptGit