You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(types): drop phantom snapdom.toJpeg(), add clip option, document outer* defaults
The static snapdom namespace only ever defined toJpg (see src/api/snapdom.js) —
the .d.ts declared a toJpeg() that doesn't exist at runtime. Also documents the
missing `clip` option (shipped in context.js) and the actual default values for
outerTransforms/outerShadows, which the JSDoc omitted.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
0 commit comments