chore: update project state and prepare for image support development
- Add comprehensive image test document with various image types - Update project structure with development artifacts - Prepare foundation for image support enhancement phase - Include test files for validating image editing workflows 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
ff6b807f3b
commit
d0abaab63a
2730 changed files with 218268 additions and 174 deletions
7
node_modules/yargs/browser.mjs
generated
vendored
Normal file
7
node_modules/yargs/browser.mjs
generated
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
// Bootstrap yargs for browser:
|
||||
import browserPlatformShim from './lib/platform-shims/browser.mjs';
|
||||
import {YargsFactory} from './build/lib/yargs-factory.js';
|
||||
|
||||
const Yargs = YargsFactory(browserPlatformShim);
|
||||
|
||||
export default Yargs;
|
||||
Loading…
Add table
Add a link
Reference in a new issue