Skip to content

Latest commit

History

History
36 lines (24 loc) · 1.44 KB

File metadata and controls

36 lines (24 loc) · 1.44 KB

Scripting App Scripts

A curated collection of scripts for the Scripting app. Each directory is a ready-to-import script project that can run natively on iPhone and iPad.

Available Scripts

ScriptDescriptionImport
Video to Live PhotoChoose a video from Photos, adjust the cover moment and duration, then create and save a Live Photo directly to your library. The interface automatically follows the device language (English or Chinese).Import

Importing Scripts

Use an Import link in the table above to open the script in Scripting. You can also import any script directory manually:

  1. Open Import Scripts.
  2. Paste a GitHub directory URL, for example:
    https://github.com/ScriptingApp/scripts/tree/main/Video%20to%20Live%20Photo
    
  3. Generate the import link, open it in Scripting, and confirm the import.

Contributing

Each script is a self-contained directory with at least:

Script Name/
├── script.json # Script metadata
└── index.tsx # Main entry point

Keep scripts self-contained, use Scripting APIs only where practical, and include user-facing documentation or a concise in-app workflow.

License

MIT