mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:40:44 +00:00
docs: add gif asset hygiene guidance
This commit is contained in:
@@ -73,6 +73,12 @@ Output
|
||||
- `--json` prints an array of results (`id`, `title`, `url`, `preview_url`, `tags`, `width`, `height`)
|
||||
- `--format` for pipe-friendly fields (e.g., `url`)
|
||||
|
||||
GIF asset hygiene
|
||||
|
||||
- Before recommending or using an animated GIF URL, verify it resolves successfully, has `Content-Type: image/gif`, and is actually animated (multiple frames or loop metadata; e.g. inspect with `file`, `identify`, or a small script).
|
||||
- Record attribution/license/source URL alongside the asset.
|
||||
- Do not hotlink when a local asset is needed: download/copy it into the project and reference the local file.
|
||||
|
||||
Environment tweaks
|
||||
|
||||
- `GIFGREP_SOFTWARE_ANIM=1` to force software animation
|
||||
|
||||
Reference in New Issue
Block a user